VersionMismatchException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der VersionMismatchException Klasse.
Überlädt
VersionMismatchException()
Initialisiert eine neue Instanz der VersionMismatchException Klasse.
public:
VersionMismatchException();
public VersionMismatchException ();
Public Sub New ()
Gilt für:
VersionMismatchException(String)
Initialisiert eine neue Instanz der VersionMismatchException Klasse mithilfe einer Nachricht.
public:
VersionMismatchException(System::String ^ message);
public VersionMismatchException (string message);
new System.Activities.VersionMismatchException : string -> System.Activities.VersionMismatchException
Public Sub New (message As String)
Parameter
- message
- String
Die Fehlermeldung, die den Grund für die Ausnahme erklärt.
Gilt für:
VersionMismatchException(WorkflowIdentity, WorkflowIdentity)
Initialisiert eine neue Instanz der VersionMismatchException Klasse unter Verwendung der erwarteten Version und der tatsächlichen Version.
public:
VersionMismatchException(System::Activities::WorkflowIdentity ^ expectedVersion, System::Activities::WorkflowIdentity ^ actualVersion);
public VersionMismatchException (System.Activities.WorkflowIdentity expectedVersion, System.Activities.WorkflowIdentity actualVersion);
new System.Activities.VersionMismatchException : System.Activities.WorkflowIdentity * System.Activities.WorkflowIdentity -> System.Activities.VersionMismatchException
Public Sub New (expectedVersion As WorkflowIdentity, actualVersion As WorkflowIdentity)
Parameter
- expectedVersion
- WorkflowIdentity
Die erwartete Version.
- actualVersion
- WorkflowIdentity
Aktuelle Version aus der Datei.
Gilt für:
VersionMismatchException(SerializationInfo, StreamingContext)
Initialisiert eine neue Instanz der VersionMismatchException Klasse mithilfe von Informationen und Kontext.
protected:
VersionMismatchException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected VersionMismatchException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Activities.VersionMismatchException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Activities.VersionMismatchException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
SerializationInfo, das die serialisierten Objektdaten über die ausgelöste Ausnahme enthält.
- context
- StreamingContext
Der StreamingContext, der kontextbezogene Informationen zur Quelle oder zum Ziel enthält.
Gilt für:
VersionMismatchException(String, Exception)
Initialisiert eine neue Instanz der VersionMismatchException Klasse.
public:
VersionMismatchException(System::String ^ message, Exception ^ innerException);
public VersionMismatchException (string message, Exception innerException);
new System.Activities.VersionMismatchException : string * Exception -> System.Activities.VersionMismatchException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
Die Fehlermeldung, die den Grund für die Ausnahme erklärt.
- innerException
- Exception
Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.
Gilt für:
VersionMismatchException(String, WorkflowIdentity, WorkflowIdentity)
Initialisiert eine neue Instanz der VersionMismatchException Klasse mithilfe der Nachricht, der erwarteten Version und der tatsächlichen Version.
public:
VersionMismatchException(System::String ^ message, System::Activities::WorkflowIdentity ^ expectedVersion, System::Activities::WorkflowIdentity ^ actualVersion);
public VersionMismatchException (string message, System.Activities.WorkflowIdentity expectedVersion, System.Activities.WorkflowIdentity actualVersion);
new System.Activities.VersionMismatchException : string * System.Activities.WorkflowIdentity * System.Activities.WorkflowIdentity -> System.Activities.VersionMismatchException
Public Sub New (message As String, expectedVersion As WorkflowIdentity, actualVersion As WorkflowIdentity)
Parameter
- message
- String
Die Fehlermeldung, die den Grund für die Ausnahme erklärt.
- expectedVersion
- WorkflowIdentity
Die erwartete Version.
- actualVersion
- WorkflowIdentity
Aktuelle Version aus der Datei.
Gilt für:
VersionMismatchException(String, WorkflowIdentity, WorkflowIdentity, Exception)
Initialisiert eine neue Instanz der VersionMismatchException Klasse.
public:
VersionMismatchException(System::String ^ message, System::Activities::WorkflowIdentity ^ expectedVersion, System::Activities::WorkflowIdentity ^ actualVersion, Exception ^ innerException);
public VersionMismatchException (string message, System.Activities.WorkflowIdentity expectedVersion, System.Activities.WorkflowIdentity actualVersion, Exception innerException);
new System.Activities.VersionMismatchException : string * System.Activities.WorkflowIdentity * System.Activities.WorkflowIdentity * Exception -> System.Activities.VersionMismatchException
Public Sub New (message As String, expectedVersion As WorkflowIdentity, actualVersion As WorkflowIdentity, innerException As Exception)
Parameter
- message
- String
Die Fehlermeldung, die den Grund für die Ausnahme erklärt.
- expectedVersion
- WorkflowIdentity
Die erwartete Version.
- actualVersion
- WorkflowIdentity
Aktuelle Version aus der Datei.
- innerException
- Exception
Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.