[This is preliminary documentation and is subject to change.]
Author: Đonny
Exception thrown when value of some type is passes where the type is not acceptable
Namespace: ToolsAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[SerializableAttribute] public class TypeMismatchException : ArgumentException |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class TypeMismatchException _ Inherits ArgumentException |
| Visual C++ |
|---|
[SerializableAttribute] public ref class TypeMismatchException : public ArgumentException |
| F# |
|---|
[<SerializableAttribute>] type TypeMismatchException = class inherit ArgumentException end |
| JScript |
|---|
public class TypeMismatchException extends ArgumentException |
Inheritance Hierarchy
System..::..Object
System..::..Exception
System..::..SystemException
System..::..ArgumentException
Tools..::..TypeMismatchException
System..::..Exception
System..::..SystemException
System..::..ArgumentException
Tools..::..TypeMismatchException
See Also
Version History
1.5.2
- (Nightly) VersionAttribute and AuthorAttribute removed
1.5.3
- Added SerializableAttribute
- Added support for multiple expected types