/// <MoodAnalysisException> /// base: calling to super class (in this our super class is constructor) /// </MoodAnalysisException> public MoodAnalysisException(Exceptiontype type, string message) : base(message) { this.type = type; }
public IncorrectFactorizationException(Exceptiontype a) { type = a; }