C# Class Slickflow.Engine.Business.Manager.ProcessInstanceException

Inheritance: System.ApplicationException
Exibir arquivo Open project: uname-yang/WorkFlow-Engine-OData-WebApi-with-OdataClient

Public Methods

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

Method Details

ProcessInstanceException() public method

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

ProcessInstanceException() public method

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