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

Inheritance: System.ApplicationException
Afficher le fichier Open project: uname-yang/WorkFlow-Engine-OData-WebApi-with-OdataClient

Méthodes publiques

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

Method Details

ProcessInstanceException() public méthode

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

ProcessInstanceException() public méthode

public ProcessInstanceException ( string message, Exception ex ) : System
message string
ex System.Exception
Résultat System