Share via


UnknownTypeEnumeratorException コンストラクター (String, Exception)

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

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

構文

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

Dim instance As New UnknownTypeEnumeratorException(typeName, _
    innerException)
public UnknownTypeEnumeratorException(
    string typeName,
    Exception innerException
)
public:
UnknownTypeEnumeratorException(
    String^ typeName, 
    Exception^ innerException
)
new : 
        typeName:string * 
        innerException:Exception -> UnknownTypeEnumeratorException
public function UnknownTypeEnumeratorException(
    typeName : String, 
    innerException : Exception
)

パラメーター

関連項目

参照

UnknownTypeEnumeratorException クラス

UnknownTypeEnumeratorException オーバーロード

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