C# Class KonfDB.Infrastructure.Exceptions.StateWorkflowException

Inheritance: BaseException
Datei anzeigen Open project: punitganshani/KonfDB

Public Methods

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

Method Details

StateWorkflowException() public method

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

StateWorkflowException() public method

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