ExpressionSerializationException 생성자 (String, String, String, String)
Initializes a new instance of the ExceptionAlreadyRegisteredException class with the specified received name and type, and expected name and type.
네임스페이스: 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
)
매개 변수
- typeRead
유형: System. . :: . .String
A String value that specifies the type that is read during the serialization.
- nameRead
유형: System. . :: . .String
A String value that specifies the name that is read during serialization.
- typeExpected
유형: System. . :: . .String
A String value that specifies the type that is expected during the serialization.
- nameExpected
유형: System. . :: . .String
A String value that specifies the name that is expected during serialization.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.