C# Class Microsoft.Bek.Frontend.Meta.BekException

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

Méthodes publiques

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

Method Details

BekException() public méthode

public BekException ( ) : System
Résultat System

BekException() public méthode

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

BekException() public méthode

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