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