Click or drag to resize
WorkflowException Class
Represents an exception that occurs while executing a MatchPoint workflow.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.WorkflowKitWorkflowException

Namespace: Colygon.MatchPoint.WorkflowKit
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public sealed class WorkflowException

The WorkflowException type exposes the following members.

Constructors
  NameDescription
Public methodWorkflowException
Initializes a new instance of the WorkflowException class
Public methodWorkflowException(String)
Initializes a new instance of the WorkflowException class
Public methodWorkflowException(BaseAction, Exception)
Initializes a new instance of the WorkflowException class
Top
Properties
  NameDescription
Public propertyLabel
Returns the title of the failed action.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldFailedActionId
Returns the id of the failed action.
Public fieldMessage
Returns the message of the exception.
Public fieldTypeName
Returns the type of the exception.
Top
See Also