Sprache

PropertyNotSetException Konstruktoren

Definition

Überlädt

PropertyNotSetException()

public PropertyNotSetException();
Public Sub New ()

Gilt für:

PropertyNotSetException(String)

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

Parameter

message
String

Gilt für:

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)

Parameter

message
String
innerException
Exception

Gilt für: