Exemplo n.º 1
0
 public JsException(JsErrorType type, string message)
     : base(message)
 {
     Type = type;
 }
Exemplo n.º 2
0
 public JsException(JsErrorType type)
     : this(type, null)
 {
 }