ServiceVersionMismatchException Class
The exception that is thrown when the service version is not equal.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
System.Exception
Microsoft.Workflow.Client.WorkflowManagementException
Microsoft.Workflow.Client.ServiceVersionMismatchException
| Name | Description | |
|---|---|---|
![]() | ServiceVersionMismatchException(SerializationInfo, StreamingContext) | Initializes a new instance of the ServiceVersionMismatchException class. |
![]() | ServiceVersionMismatchException(String) | Initializes a new instance of the ServiceVersionMismatchException class. |
![]() | ServiceVersionMismatchException(String, Exception) | Initializes a new instance of the ServiceVersionMismatchException class. |
| Name | Description | |
|---|---|---|
![]() | ActualVersion | Gets or sets the actual service version. |
![]() | Data | (Inherited from Exception.) |
![]() | ExpectedVersion | Gets or sets the expected service version. |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | 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.



