Class TypeMismatchException
Represents errors related to type mismatch use.
public class TypeMismatchException : LocalizedException, ISerializable, _Exception
- Inheritance
-
TypeMismatchException
- Implements
- Inherited Members
Constructors
TypeMismatchException()
Creates new instance of TypeMismatchException.
public TypeMismatchException()
TypeMismatchException(string)
Creates new instance of TypeMismatchException.
public TypeMismatchException(string message)
Parameters
message
stringError message.