ATML1671Translator.exceptions.TranslationException.TranslationException C# (CSharp) Method

TranslationException() public method

public TranslationException ( ) : System
return System
        public TranslationException()
            : base()
        {
        }

Same methods

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