UnknownPropertyEnumeratorException Konstruktoren

Definition

Überlädt

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

Gilt für: