C# Class Abbotware.Core.Workflow.RuntimeException

Base Exception for a Workflow Runtime Error
Inheritance: Abbotware.Core.Workflow.WorkflowException
Show file Open project: abbotware/abbotware

Public Methods

Method Description
RuntimeException ( string message ) : System

Initializes a new instance of the RuntimeException class.

RuntimeException ( string message, Exception inner ) : System

Initializes a new instance of the RuntimeException class.

Protected Methods

Method Description
RuntimeException ( ) : System

Initializes a new instance of the RuntimeException class.

Method Details

RuntimeException() protected method

Initializes a new instance of the RuntimeException class.
protected RuntimeException ( ) : System
return System

RuntimeException() public method

Initializes a new instance of the RuntimeException class.
public RuntimeException ( string message ) : System
message string message
return System

RuntimeException() public method

Initializes a new instance of the RuntimeException class.
public RuntimeException ( string message, Exception inner ) : System
message string message
inner Exception inner exception
return System