Beispiel #1
0
 public bool IsError()
 {
     BuildDictionary();
     return(dictionary.ContainsType(this._exceptionType));
 }
Beispiel #2
0
 public bool IsError()
 {
     return(_dictionary.ContainsType(this._exceptionType));
 }