QueryNotSupportedEnumeratorException コンストラクター (String)
string <parameterReference>message</parameterReference>
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Sub New ( _
message As String _
)
'使用
Dim message As String
Dim instance As New QueryNotSupportedEnumeratorException(message)
public QueryNotSupportedEnumeratorException(
string message
)
public:
QueryNotSupportedEnumeratorException(
String^ message
)
new :
message:string -> QueryNotSupportedEnumeratorException
public function QueryNotSupportedEnumeratorException(
message : String
)
パラメーター
- message
型: System.String
Query Not Supported Enumerator 例外のメッセージ文字列を示す文字列値です。
関連項目
参照
QueryNotSupportedEnumeratorException クラス