C# Class Slickflow.Engine.Common.DLRuntimeInteroperationException

Inheritance: System.ApplicationException
Mostra file Open project: uname-yang/WorkFlow-Engine-OData-WebApi-with-OdataClient

Public Methods

Method Description
DLRuntimeInteroperationException ( string message ) : System
DLRuntimeInteroperationException ( string message, System ex ) : System

Method Details

DLRuntimeInteroperationException() public method

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

DLRuntimeInteroperationException() public method

public DLRuntimeInteroperationException ( string message, System ex ) : System
message string
ex System
return System