public bool IsError() { BuildDictionary(); return(dictionary.ContainsType(this._exceptionType)); }
public bool IsError() { return(_dictionary.ContainsType(this._exceptionType)); }