次の方法で共有


InternalEnumeratorException コンストラクター (String)

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  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 InternalEnumeratorException(message)
public InternalEnumeratorException(
    string message
)
public:
InternalEnumeratorException(
    String^ message
)
new : 
        message:string -> InternalEnumeratorException
public function InternalEnumeratorException(
    message : String
)

パラメーター

  • message
    型: System.String
    Internal Enumerator 例外のメッセージ文字列を示す値です。

関連項目

参照

InternalEnumeratorException クラス

InternalEnumeratorException オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間