C# Class Marain.Workflows.WorkflowNotFoundException

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

Méthodes publiques

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

Méthodes protégées

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

Initializes a new instance of the WorkflowNotFoundException class.

Method Details

WorkflowNotFoundException() public méthode

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

WorkflowNotFoundException() protected méthode

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

WorkflowNotFoundException() public méthode

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

WorkflowNotFoundException() public méthode

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