C# Class Slickflow.Engine.Core.WfRuntimeException

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

Méthodes publiques

Méthode Description
WfRuntimeException ( string message ) : System
WfRuntimeException ( string message, System ex ) : System

Method Details

WfRuntimeException() public méthode

public WfRuntimeException ( string message ) : System
message string
Résultat System

WfRuntimeException() public méthode

public WfRuntimeException ( string message, System ex ) : System
message string
ex System
Résultat System