Пример #1
0
 public BundleException(string message, Exception innerException, BundleExceptionType type)
     : base(message, innerException)
 {
     this.type = type;
 }
Пример #2
0
 public BundleException(string message, BundleExceptionType type)
     : base(message)
 {
     this.type = type;
 }