C# Class Microsoft.Bek.Frontend.TreeOps.TagException

Inheritance: System.Exception
Afficher le fichier Open project: AutomataDotNet/Automata

Méthodes publiques

Méthode Description
TagException ( ) : System
TagException ( string message ) : System
TagException ( string message, System inner ) : System
TagException ( string f1, string type, string actual ) : System

Method Details

TagException() public méthode

public TagException ( ) : System
Résultat System

TagException() public méthode

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

TagException() public méthode

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

TagException() public méthode

public TagException ( string f1, string type, string actual ) : System
f1 string
type string
actual string
Résultat System