TypeMismatchException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the exception that is thrown when errors occurred.
public ref class TypeMismatchException : System::Data::DataException
[System.Serializable]
public class TypeMismatchException : System.Data.DataException
[<System.Serializable>]
type TypeMismatchException = class
inherit DataException
Public Class TypeMismatchException
Inherits DataException
- Inheritance
-
TypeMismatchException
- Attributes
Constructors
TypeMismatchException() |
Initializes a new instance of the TypeMismatchException class with the default property values. |
TypeMismatchException(Type, Type) |
Initializes a new instance of the TypeMismatchException class with the specified types. |
Properties
AssignedType |
Gets the assigned type for the exception. |
ExistingType |
Gets the current type for the exception. |