C# Class npantarhei.runtime.contract.FlowRuntimeException

Inheritance: System.ApplicationException
Exibir arquivo Open project: ralfw/NPantaRhei Class Usage Examples

Public Methods

Method Description
FlowRuntimeException ( Exception exception, IMessage context ) : System
FlowRuntimeException ( string message, Exception exception, IMessage context ) : System

Method Details

FlowRuntimeException() public method

public FlowRuntimeException ( Exception exception, IMessage context ) : System
exception System.Exception
context IMessage
return System

FlowRuntimeException() public method

public FlowRuntimeException ( string message, Exception exception, IMessage context ) : System
message string
exception System.Exception
context IMessage
return System