Пример #1
0
 public JsException(JsErrorType type, string message)
     : base(message)
 {
     Type = type;
 }
Пример #2
0
 public JsException(JsErrorType type)
     : this(type, null)
 {
 }