Inheritance: System.SystemException
Ejemplo n.º 1
0
 protected bool Equals(TestException other)
 {
     return(Message.Equals(other.Message));
 }