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