C# Class Slickflow.Engine.Core.WfRuntimeException

流程运行时异常类
Inheritance: System.ApplicationException
Mostrar archivo Open project: uname-yang/WorkFlow-Engine-OData-WebApi-with-OdataClient

Public Methods

Method Description
WfRuntimeException ( string message ) : System
WfRuntimeException ( string message, System ex ) : System

Method Details

WfRuntimeException() public method

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

WfRuntimeException() public method

public WfRuntimeException ( string message, System ex ) : System
message string
ex System
return System