ScopeRevisionMismatchException Class
The exception that is thrown when the scope revision is not equal.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
System.Exception
Microsoft.Workflow.Client.WorkflowManagementException
Microsoft.Workflow.Client.ScopeRevisionMismatchException
| Name | Description | |
|---|---|---|
![]() | ScopeRevisionMismatchException() | Initializes a new instance of the ScopeRevisionMismatchException class. |
![]() | ScopeRevisionMismatchException(SerializationInfo, StreamingContext) | Initializes a new instance of the ScopeRevisionMismatchException class with specified serialized data. |
![]() | ScopeRevisionMismatchException(String) | Initializes a new instance of the ScopeRevisionMismatchException class with specified error message. |
![]() | ScopeRevisionMismatchException(String, Exception) | Initializes a new instance of the ScopeRevisionMismatchException class. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | LastRevised | Gets the DateTime that represents the last revision of the scope. |
![]() | Message | (Inherited from Exception.) |
![]() | ScopePath | Gets the scope path. |
![]() | ScopeRevision | Gets the scope revision of the client. |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | Gets the serialized information about the exception.(Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



