TypeMismatchPropertyException Constructors
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.
Initializes a new instance of the TypeMismatchPropertyException class.
Overloads
| TypeMismatchPropertyException() |
Initializes a new instance of the TypeMismatchPropertyException class with the default property values. |
| TypeMismatchPropertyException(ISfcProperty, Type) |
Initializes a new instance of the TypeMismatchPropertyException class with the specified property and type. |
TypeMismatchPropertyException()
Initializes a new instance of the TypeMismatchPropertyException class with the default property values.
public:
TypeMismatchPropertyException();
public TypeMismatchPropertyException();
Public Sub New ()
Applies to
TypeMismatchPropertyException(ISfcProperty, Type)
Initializes a new instance of the TypeMismatchPropertyException class with the specified property and type.
public:
TypeMismatchPropertyException(Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty ^ property, Type ^ type);
public TypeMismatchPropertyException(Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty property, Type type);
new Microsoft.SqlServer.Management.Data.TypeMismatchPropertyException : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty * Type -> Microsoft.SqlServer.Management.Data.TypeMismatchPropertyException
Public Sub New (property As ISfcProperty, type As Type)
Parameters
- property
- ISfcProperty
An interface that represents the property exception.
- type
- Type
The type to be used.