Inheritance: System.SystemException
コード例 #1
0
ファイル: TestException.cs プロジェクト: yyp2003net/akka.net
 protected bool Equals(TestException other)
 {
     return(Message.Equals(other.Message));
 }