Linguaggio

WrongPropertyValueException Costruttori

Definizione

Overload

Nome Descrizione
WrongPropertyValueException()

Costruttore per il T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(Property)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(String)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(String, Exception)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException()

Costruttore per il T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException();
Public Sub New ()

Si applica a

WrongPropertyValueException(Property)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException(Microsoft.SqlServer.Management.Smo.Property propertyObject);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : Microsoft.SqlServer.Management.Smo.Property -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (propertyObject As Property)

Parametri

propertyObject
Property

Proprietà il cui valore non è corretto come specificato.

Si applica a

WrongPropertyValueException(String)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException(string message);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : string -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (message As String)

Parametri

message
String

Messaggio dell'eccezione come strng.

Si applica a

WrongPropertyValueException(String, Exception)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : string * Exception -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (message As String, innerException As Exception)

Parametri

message
String

Messaggio dell'eccezione come stringa.

innerException
Exception

Istanza T:System.Exception che ha causato l'eccezione corrente.

Si applica a