Lenguaje

PropertyNotSetException Constructores

Definición

Sobrecargas

PropertyNotSetException()

public PropertyNotSetException();
Public Sub New ()

Se aplica 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

Se aplica 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

Se aplica a