C# Class Slickflow.Engine.Common.WorkflowException

流程业务数据访问异常类
Inheritance: System.ApplicationException
显示文件 Open project: uname-yang/WorkFlow-Engine-OData-WebApi-with-OdataClient Class Usage Examples

Public Methods

Method Description
WorkflowException ( string message ) : System
WorkflowException ( string message, Exception ex ) : System

Method Details

WorkflowException() public method

public WorkflowException ( string message ) : System
message string
return System

WorkflowException() public method

public WorkflowException ( string message, Exception ex ) : System
message string
ex System.Exception
return System