Example #1
0
 public CSharpException(CSErrorType type, Exception inner)
     : base(inner != null ? inner.Message : "", inner)
 {
     _type = type;
 }
Example #2
0
 public CSharpException(CSErrorType type, Exception inner)
     : base(inner != null ? inner.Message : "", inner)
 {
     _type = type;
 }