C# Class ATML1671Translator.exceptions.TranslationException

Inheritance: System.Exception
Show file Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
TranslationException ( ) : System
TranslationException ( String message ) : System
TranslationException ( String message, Exception innerException ) : System

Method Details

TranslationException() public method

public TranslationException ( ) : System
return System

TranslationException() public method

public TranslationException ( String message ) : System
message String
return System

TranslationException() public method

public TranslationException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System