EnumeratorException コンストラクター (String, Exception)
EnumeratorException クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception
Dim instance As New EnumeratorException(message, _
innerException)
public EnumeratorException(
string message,
Exception innerException
)
public:
EnumeratorException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> EnumeratorException
public function EnumeratorException(
message : String,
innerException : Exception
)
パラメーター
- message
型: System.String
例外メッセージを表す文字列値です。
- innerException
型: System.Exception
内部例外を表す [T:System.String,System.Exception] オブジェクトです。