MissingPropertyException 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 |
|---|---|
| MissingPropertyException() |
Konstruktor |
| MissingPropertyException(String) |
Konstruktor |
| MissingPropertyException(String, Exception) |
Basiskonstruktor |
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