TypeMismatchPropertyException Constructors

Definition

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.

Applies to