NonRetrievablePropertyException Konstruktoren

Definition

Überlädt

NonRetrievablePropertyException()

Konstruktor

public NonRetrievablePropertyException();
Public Sub New ()

Gilt für:

NonRetrievablePropertyException(String)

Konstruktor

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

Parameter

propertyName
String

Gilt für:

NonRetrievablePropertyException(String, Exception)

Basiskonstruktor

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

Parameter

propertyName
String
innerException
Exception

Gilt für: