PropertyNotSetException Construtores

Definição

Sobrecargas

Nome Description
PropertyNotSetException()

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

PropertyNotSetException(String)

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

PropertyNotSetException(String, Exception)

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

PropertyNotSetException()

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

public PropertyNotSetException();
Public Sub New ()

Aplica-se a

PropertyNotSetException(String)

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

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

Parâmetros

propertyName
String

O nome da propriedade que não foi definida como cadeia de caracteres.

Aplica-se a

PropertyNotSetException(String, Exception)

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

public PropertyNotSetException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.PropertyNotSetException : string * Exception -> Microsoft.SqlServer.Management.Smo.PropertyNotSetException
Public Sub New (message As String, innerException As Exception)

Parâmetros

message
String

Mensagem de exceção como cadeia de caracteres.

innerException
Exception

A instância T:System.Exception que causou a exceção atual.

Aplica-se a