PropertyNotSetException Construtores

Definição

Sobrecargas

PropertyNotSetException()

public PropertyNotSetException();
Public Sub New ()

Aplica-se a

PropertyNotSetException(String)

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

Parâmetros

message
String

Aplica-se a

PropertyNotSetException(String, Exception)

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

Parâmetros

message
String
innerException
Exception

Aplica-se a