C# Class Guflow.Worker.ActivityInstanceMismatchedException

Inheritance: Exception
Afficher le fichier Open project: gurmitteotia/guflow

Méthodes publiques

Méthode Description
ActivityInstanceMismatchedException ( ) : System
ActivityInstanceMismatchedException ( string message ) : System
ActivityInstanceMismatchedException ( string message, Exception inner ) : System

Method Details

ActivityInstanceMismatchedException() public méthode

public ActivityInstanceMismatchedException ( ) : System
Résultat System

ActivityInstanceMismatchedException() public méthode

public ActivityInstanceMismatchedException ( string message ) : System
message string
Résultat System

ActivityInstanceMismatchedException() public méthode

public ActivityInstanceMismatchedException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System