PropertyCannotBeRetrievedException Construtores

Definição

Sobrecargas

Nome Description
PropertyCannotBeRetrievedException()

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

PropertyCannotBeRetrievedException(String)

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

PropertyCannotBeRetrievedException(String, Exception)

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

PropertyCannotBeRetrievedException(String, Object)

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

PropertyCannotBeRetrievedException()

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

public PropertyCannotBeRetrievedException();
Public Sub New ()

Aplica-se a

PropertyCannotBeRetrievedException(String)

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

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

Parâmetros

message
String

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

Aplica-se a

PropertyCannotBeRetrievedException(String, Exception)

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

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

PropertyCannotBeRetrievedException(String, Object)

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

public PropertyCannotBeRetrievedException(string propertyName, object failedObject);
new Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException : string * obj -> Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException
Public Sub New (propertyName As String, failedObject As Object)

Parâmetros

propertyName
String

O nome da propriedade irrestrito como cadeia de caracteres.

failedObject
Object

O objeto com falha como T:System.Object.

Aplica-se a