Linguaggio

UnknownPropertyException Costruttori

Definizione

Overload

Nome Descrizione
UnknownPropertyException()

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

UnknownPropertyException(String)

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

UnknownPropertyException(String, Exception)

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

UnknownPropertyException()

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

public UnknownPropertyException();
Public Sub New ()

Si applica a

UnknownPropertyException(String)

Costruttore per il 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)

Parametri

propertyName
String

Nome della proprietà sconosciuta.

Si applica a

UnknownPropertyException(String, Exception)

Costruttore per il 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)

Parametri

message
String

Messaggio dell'eccezione come stringa.

innerException
Exception

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

Si applica a