C# Class Marain.Workflows.WorkflowInstanceNotFoundException

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

Public Methods

Method Description
WorkflowInstanceNotFoundException ( ) : System

Initializes a new instance of the WorkflowInstanceNotFoundException class.

WorkflowInstanceNotFoundException ( string message ) : System

Initializes a new instance of the WorkflowInstanceNotFoundException class.

WorkflowInstanceNotFoundException ( string message, Exception inner ) : System

Initializes a new instance of the WorkflowInstanceNotFoundException class.

Protected Methods

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

Initializes a new instance of the WorkflowInstanceNotFoundException class.

Method Details

WorkflowInstanceNotFoundException() public method

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

WorkflowInstanceNotFoundException() protected method

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

WorkflowInstanceNotFoundException() public method

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

WorkflowInstanceNotFoundException() public method

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