UnknownPropertyException Construtores

Definição

Sobrecargas

Nome Description
UnknownPropertyException()

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

UnknownPropertyException(String)

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

UnknownPropertyException(String, Exception)

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

UnknownPropertyException()

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

public UnknownPropertyException();
Public Sub New ()

Aplica-se a

UnknownPropertyException(String)

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

O nome da propriedade desconhecida.

Aplica-se a

UnknownPropertyException(String, Exception)

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

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