[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: Tools
Assembly: 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

See Also

Collapse/expand Version History

1.5.2

1.5.3