WrongPropertyValueException Construtores

Definição

Sobrecargas

Nome Description
WrongPropertyValueException()

Construtor do T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(Property)

Construtor do T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(String)

Construtor do T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(String, Exception)

Construtor do T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException()

Construtor do T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException();
Public Sub New ()

Aplica-se a

WrongPropertyValueException(Property)

Construtor do 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)

Parâmetros

propertyObject
Property

A propriedade cujo valor está incorreto conforme fornecido.

Aplica-se a

WrongPropertyValueException(String)

Construtor do 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)

Parâmetros

message
String

A mensagem da exceção como strng.

Aplica-se a

WrongPropertyValueException(String, Exception)

Construtor do 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)

Parâmetros

message
String

A mensagem da exceção como cadeia de caracteres.

innerException
Exception

A instância T:System.Exception que causou a exceção atual.

Aplica-se a