ServiceReadOnlyException Class
Represents a service read-only exception.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
System.Exception
Microsoft.Workflow.Client.WorkflowManagementException
Microsoft.Workflow.Client.ServiceReadOnlyException
| Name | Description | |
|---|---|---|
![]() | ServiceReadOnlyException() | Initializes a new instance of the ServiceReadOnlyException class with default values. |
![]() | ServiceReadOnlyException(SerializationInfo, StreamingContext) | Initializes a new instance of the ServiceReadOnlyException class with serialized data. |
![]() | ServiceReadOnlyException(String) | Initializes a new instance of the ServiceReadOnlyException class with error message. |
![]() | ServiceReadOnlyException(String, Exception) | Initializes a new instance of the ServiceReadOnlyException class with error message and inner exception. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | 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.



