C# Class ATML1671Translator.exceptions.TranslationException

Inheritance: System.Exception
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Méthodes publiques

Méthode Description
TranslationException ( ) : System
TranslationException ( String message ) : System
TranslationException ( String message, Exception innerException ) : System

Method Details

TranslationException() public méthode

public TranslationException ( ) : System
Résultat System

TranslationException() public méthode

public TranslationException ( String message ) : System
message String
Résultat System

TranslationException() public méthode

public TranslationException ( String message, Exception innerException ) : System
message String
innerException System.Exception
Résultat System