NonRetrievablePropertyException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| NonRetrievablePropertyException() |
Konstruktor |
| NonRetrievablePropertyException(String) |
Konstruktor |
| NonRetrievablePropertyException(String, Exception) |
Basiskonstruktor |
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