Sprache

MissingPropertyException Konstruktoren

Definition

Überlädt

MissingPropertyException()

Konstruktor

public MissingPropertyException();
Public Sub New ()

Gilt für:

MissingPropertyException(String)

Konstruktor

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

Parameter

propertyName
String

Gilt für:

MissingPropertyException(String, Exception)

Basiskonstruktor

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

Parameter

message
String
innerException
Exception

Gilt für: