Наследование: System.SystemException
Пример #1
0
 protected bool Equals(TestException other)
 {
     return(Message.Equals(other.Message));
 }