C# Class Slickflow.Engine.Common.WfXpdlException

工作流xml定义文件异常类
Inheritance: System.ApplicationException
Mostra file Open project: uname-yang/WorkFlow-Engine-OData-WebApi-with-OdataClient

Public Methods

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

Method Details

WfXpdlException() public method

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

WfXpdlException() public method

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