UnknownPropertyEnumeratorException 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 |
|---|---|
| UnknownPropertyEnumeratorException() |
TODO |
| UnknownPropertyEnumeratorException(String) |
TODO |
| UnknownPropertyEnumeratorException(String, Exception) |
TODO |
UnknownPropertyEnumeratorException()
TODO
public UnknownPropertyEnumeratorException();
Public Sub New ()
Gilt für:
UnknownPropertyEnumeratorException(String)
TODO
public UnknownPropertyEnumeratorException(string propertyName);
new Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException
Public Sub New (propertyName As String)
Parameter
- propertyName
- String
Gilt für:
UnknownPropertyEnumeratorException(String, Exception)
TODO
public UnknownPropertyEnumeratorException(string propertyName, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException
Public Sub New (propertyName As String, innerException As Exception)
Parameter
- propertyName
- String
- innerException
- Exception