UnknownPropertyException Constructores

Definición

Sobrecargas

Nombre Description
UnknownPropertyException()

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

UnknownPropertyException(String)

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

UnknownPropertyException(String, Exception)

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

UnknownPropertyException()

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

public UnknownPropertyException();
Public Sub New ()

Se aplica a

UnknownPropertyException(String)

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

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

Parámetros

propertyName
String

Nombre de propiedad desconocido.

Se aplica a

UnknownPropertyException(String, Exception)

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

public UnknownPropertyException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.UnknownPropertyException : string * Exception -> Microsoft.SqlServer.Management.Smo.UnknownPropertyException
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