次の方法で共有


ResultTypeNotSupportedEnumeratorException コンストラクター (ResultType, Exception)

指定した型および内部例外パラメーターを使用して、ResultTypeNotSupportedEnumeratorException クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Sub New ( _
    type As ResultType, _
    innerException As Exception _
)
'使用
Dim type As ResultType
Dim innerException As Exception

Dim instance As New ResultTypeNotSupportedEnumeratorException(type, innerException)
public ResultTypeNotSupportedEnumeratorException(
    ResultType type,
    Exception innerException
)
public:
ResultTypeNotSupportedEnumeratorException(
    ResultType type, 
    Exception^ innerException
)
new : 
        type:ResultType * 
        innerException:Exception -> ResultTypeNotSupportedEnumeratorException
public function ResultTypeNotSupportedEnumeratorException(
    type : ResultType, 
    innerException : Exception
)

パラメーター

  • innerException
    型: System. . :: . .Exception
    Result Type Not Supported Enumerator 例外の内部例外を示す Exception オブジェクトです。