UnknownPropertyEnumeratorException 建構函式

定義

多載

UnknownPropertyEnumeratorException()

待辦事項

public UnknownPropertyEnumeratorException();
Public Sub New ()

適用於

UnknownPropertyEnumeratorException(String)

待辦事項

public UnknownPropertyEnumeratorException(string propertyName);
new Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException
Public Sub New (propertyName As String)

參數

propertyName
String

適用於

UnknownPropertyEnumeratorException(String, Exception)

待辦事項

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)

參數

propertyName
String
innerException
Exception

適用於