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
)
パラメーター
- typeName
型: System.String
型名を示す文字列です。
- innerException
型: System.Exception
現在の例外を表します。
関連項目
参照
UnknownTypeEnumeratorException クラス