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

WorkflowException() public method

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

Same methods

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