C# Class Marain.Workflows.WorkflowInstanceNotFoundException

Inheritance: Exception
Afficher le fichier Open project: marain-dotnet/Marain.Workflow

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
WorkflowInstanceNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the WorkflowInstanceNotFoundException class.

Method Details

WorkflowInstanceNotFoundException() public méthode

Initializes a new instance of the WorkflowInstanceNotFoundException class.
public WorkflowInstanceNotFoundException ( ) : System
Résultat System

WorkflowInstanceNotFoundException() protected méthode

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

WorkflowInstanceNotFoundException() public méthode

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

WorkflowInstanceNotFoundException() public méthode

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