WrongPropertyValueException Constructores

Definición

Sobrecargas

Nombre Description
WrongPropertyValueException()

Constructor para T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(Property)

Constructor para T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(String)

Constructor para T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(String, Exception)

Constructor para T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException()

Constructor para T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException();
Public Sub New ()

Se aplica a

WrongPropertyValueException(Property)

Constructor para 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

Propiedad cuyo valor es incorrecto según se proporciona.

Se aplica a

WrongPropertyValueException(String)

Constructor para 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

Mensaje de la excepción como strng.

Se aplica a

WrongPropertyValueException(String, Exception)

Constructor para 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

Mensaje de la excepción como cadena.

innerException
Exception

Instancia de T:System.Exception que provocó la excepción actual.

Se aplica a