Example #1
0
 public CException(string message, CException innerException)
     : base(message, innerException)
 {
 }
Example #2
0
 public CException(string message, CException innerException)
     : base(message, innerException)
 {
 }