InvalidRequestException Class
Represents an error when the client request is invalid.
Namespace: Microsoft.Workflow.Client
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Workflow.Client.WorkflowManagementException
Microsoft.Workflow.Client.InvalidRequestException
Syntax
[SerializableAttribute]
public class InvalidRequestException : WorkflowManagementException
[SerializableAttribute]
public ref class InvalidRequestException : WorkflowManagementException
[<SerializableAttribute>]
type InvalidRequestException =
class
inherit WorkflowManagementException
end
<SerializableAttribute>
Public Class InvalidRequestException
Inherits WorkflowManagementException
Constructors
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. |
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) |
|
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.) |
Methods
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.) |
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Workflow.Client Namespace
Return to top