ATML1671Translator.exceptions.TranslationException.TranslationException C# (CSharp) Метод

TranslationException() публичный Метод

public TranslationException ( ) : System
Результат System
        public TranslationException()
            : base()
        {
        }

Same methods

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