Freigeben über


ScopeRevisionMismatchException-Klasse

 

Die Ausnahme, die ausgelöst wird, wenn die Bereichsrevision ungleich ist.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Vererbungshierarchie

System.Object
  System.Exception
    Microsoft.Workflow.Client.WorkflowManagementException
      Microsoft.Workflow.Client.ScopeRevisionMismatchException

Syntax

[SerializableAttribute]
public class ScopeRevisionMismatchException : WorkflowManagementException
[SerializableAttribute]
public ref class ScopeRevisionMismatchException : WorkflowManagementException
[<SerializableAttribute>]
type ScopeRevisionMismatchException = 
    class
        inherit WorkflowManagementException
    end
<SerializableAttribute>
Public Class ScopeRevisionMismatchException
    Inherits WorkflowManagementException

Konstruktoren

Name Beschreibung
System_CAPS_pubmethod ScopeRevisionMismatchException()

Initialisiert eine neue Instanz der ScopeRevisionMismatchException-Klasse.

System_CAPS_protmethod ScopeRevisionMismatchException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der ScopeRevisionMismatchException-Klasse mit den angegebenen serialisierten Daten.

System_CAPS_pubmethod ScopeRevisionMismatchException(String)

Initialisiert eine neue Instanz der ScopeRevisionMismatchException-Klasse mit der angegebenen Fehlermeldung.

System_CAPS_pubmethod ScopeRevisionMismatchException(String, Exception)

Initialisiert eine neue Instanz der ScopeRevisionMismatchException-Klasse.

Eigenschaften

Name Beschreibung
System_CAPS_pubproperty Data

(Geerbt von Exception.)

System_CAPS_pubproperty HelpLink

(Geerbt von Exception.)

System_CAPS_pubproperty HResult

(Geerbt von Exception.)

System_CAPS_pubproperty InnerException

(Geerbt von Exception.)

System_CAPS_pubproperty LastRevised

Ruft das DateTime-Objekt ab, das die letzte Revision des Bereichs darstellt.

System_CAPS_pubproperty Message

(Geerbt von Exception.)

System_CAPS_pubproperty ScopePath

Ruft den Bereichspfad ab.

System_CAPS_pubproperty ScopeRevision

Ruft die Bereichsrevision des Clients ab.

System_CAPS_pubproperty Source

(Geerbt von Exception.)

System_CAPS_pubproperty StackTrace

(Geerbt von Exception.)

System_CAPS_pubproperty TargetSite

(Geerbt von Exception.)

Methoden

Name Beschreibung
System_CAPS_pubmethod Equals(Object)

(Geerbt von Object.)

System_CAPS_protmethod Finalize()

(Geerbt von Object.)

System_CAPS_pubmethod GetBaseException()

(Geerbt von Exception.)

System_CAPS_pubmethod GetHashCode()

(Geerbt von Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

Ruft die serialisierten Informationen zur Ausnahme ab.(Setzt "Exception.GetObjectData(SerializationInfo, StreamingContext)" außer Kraft.)

System_CAPS_pubmethod GetType()

(Geerbt von Exception.)

System_CAPS_protmethod MemberwiseClone()

(Geerbt von Object.)

System_CAPS_pubmethod ToString()

(Geerbt von Exception.)

Ereignisse

Name Beschreibung
System_CAPS_protevent SerializeObjectState

(Geerbt von Exception.)

Threadsicherheit

Öffentliche statische (in Visual Basic freigegebene) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Microsoft.Workflow.Client-Namespace

Zurück zum Anfang