C# Class Guflow.Decider.OutOfBranchJumpException

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

Méthodes publiques

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

Method Details

OutOfBranchJumpException() public méthode

public OutOfBranchJumpException ( ) : System
Résultat System

OutOfBranchJumpException() public méthode

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

OutOfBranchJumpException() public méthode

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