Costruttore ExpressionSerializationException (String, String)
Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified received name and expected name.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
nameRead As String, _
nameExpected As String _
)
'Utilizzo
Dim nameRead As String
Dim nameExpected As String
Dim instance As New ExpressionSerializationException(nameRead, _
nameExpected)
public ExpressionSerializationException(
string nameRead,
string nameExpected
)
public:
ExpressionSerializationException(
String^ nameRead,
String^ nameExpected
)
new :
nameRead:string *
nameExpected:string -> ExpressionSerializationException
public function ExpressionSerializationException(
nameRead : String,
nameExpected : String
)
Parametri
- nameRead
Tipo: System.String
A String value that specifies the name that is read during the serialization.
- nameExpected
Tipo: System.String
A String value that specifies the name that is expected during serialization.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Esempi
Vedere anche
Riferimento
ExpressionSerializationException Classe