PropertyNotAvailableException Construtores

Definição

Sobrecargas

PropertyNotAvailableException()

public PropertyNotAvailableException();
Public Sub New ()

Aplica-se a

PropertyNotAvailableException(String)

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

Parâmetros

message
String

Aplica-se a

PropertyNotAvailableException(String, Exception)

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

Parâmetros

message
String
innerException
Exception

Aplica-se a