InvertedSoftware.WorkflowEngine.Common.Exceptions.WorkflowException.WorkflowException C# (CSharp) Method

WorkflowException() public method

public WorkflowException ( ) : System
return System
        public WorkflowException()
            : base()
        {
        }

Same methods

WorkflowException::WorkflowException ( string s ) : System
WorkflowException::WorkflowException ( string s, Exception innerException ) : System
WorkflowException