WorkflowException Class |
Namespace: Colygon.MatchPoint.WorkflowKit
public sealed class WorkflowException
The WorkflowException type exposes the following members.
Name | Description | |
---|---|---|
WorkflowException | Initializes a new instance of the WorkflowException class | |
WorkflowException(String) | Initializes a new instance of the WorkflowException class | |
WorkflowException(BaseAction, Exception) | Initializes a new instance of the WorkflowException class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
FailedActionId | Returns the id of the failed action. | |
Message | Returns the message of the exception. | |
TypeName | Returns the type of the exception. |