C# Class Marain.Workflows.WorkflowNotFoundException

Inheritance: Exception
ファイルを表示 Open project: marain-dotnet/Marain.Workflow

Public Methods

Method Description
WorkflowNotFoundException ( ) : System

Initializes a new instance of the WorkflowNotFoundException class.

WorkflowNotFoundException ( string message ) : System

Initializes a new instance of the WorkflowNotFoundException class.

WorkflowNotFoundException ( string message, Exception inner ) : System

Initializes a new instance of the WorkflowNotFoundException class.

Protected Methods

Method Description
WorkflowNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the WorkflowNotFoundException class.

Method Details

WorkflowNotFoundException() public method

Initializes a new instance of the WorkflowNotFoundException class.
public WorkflowNotFoundException ( ) : System
return System

WorkflowNotFoundException() protected method

Initializes a new instance of the WorkflowNotFoundException class.
protected WorkflowNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The serialization info.
context StreamingContext The context.
return System

WorkflowNotFoundException() public method

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

WorkflowNotFoundException() public method

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