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

指定の受け取った名前と型および想定される名前と型を持つ ExceptionAlreadyRegisteredException クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    typeRead As String, _
    nameRead As String, _
    typeExpected As String, _
    nameExpected As String _
)
'使用
Dim typeRead As String
Dim nameRead As String
Dim typeExpected As String
Dim nameExpected As String

Dim instance As New ExpressionSerializationException(typeRead, _
    nameRead, typeExpected, nameExpected)
public ExpressionSerializationException(
    string typeRead,
    string nameRead,
    string typeExpected,
    string nameExpected
)
public:
ExpressionSerializationException(
    String^ typeRead, 
    String^ nameRead, 
    String^ typeExpected, 
    String^ nameExpected
)
new : 
        typeRead:string * 
        nameRead:string * 
        typeExpected:string * 
        nameExpected:string -> ExpressionSerializationException
public function ExpressionSerializationException(
    typeRead : String, 
    nameRead : String, 
    typeExpected : String, 
    nameExpected : String
)

パラメーター

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。