C# Class Prototype.Platform.Domain.Transitions.IncorrectOrderOfTransitionsException

Inheritance: System.Exception
Afficher le fichier Open project: paralect/prototype

Méthodes publiques

Méthode Description
IncorrectOrderOfTransitionsException ( string message ) : System
IncorrectOrderOfTransitionsException ( string message, Exception innerException ) : System

Method Details

IncorrectOrderOfTransitionsException() public méthode

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

IncorrectOrderOfTransitionsException() public méthode

public IncorrectOrderOfTransitionsException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System