InvalidRequestException Class
Represents an error when the client request is invalid.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
System.Exception
Microsoft.Workflow.Client.WorkflowManagementException
Microsoft.Workflow.Client.InvalidRequestException
| Name | Description | |
|---|---|---|
![]() | InvalidRequestException() | Initializes a new instance of the InvalidRequestException class. |
![]() | InvalidRequestException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidRequestException class with specified information and context. |
![]() | InvalidRequestException(String) | Initializes a new instance of the InvalidRequestException class with specified error message. |
![]() | InvalidRequestException(String, Exception) | Initializes a new instance of the InvalidRequestException class with specified 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.



