C# Class KonfDB.Infrastructure.Exceptions.StateWorkflowException

Inheritance: BaseException
Afficher le fichier Open project: punitganshani/KonfDB

Méthodes publiques

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

Method Details

StateWorkflowException() public méthode

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

StateWorkflowException() public méthode

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