InternalEnumeratorException コンストラクター

定義

オーバーロード

InternalEnumeratorException()

TODO

public InternalEnumeratorException();
Public Sub New ()

適用対象

InternalEnumeratorException(String)

TODO

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

パラメーター

message
String

適用対象

InternalEnumeratorException(String, Exception)

TODO

public InternalEnumeratorException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.InternalEnumeratorException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.InternalEnumeratorException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String
innerException
Exception

適用対象