Example #1
0
 internal CssErrorEventArgs(CssException exc, ContextError error)
 {
     Error = error;
     Exception = exc;
 }
 public JScriptExceptionEventArgs(JScriptException exception, ContextError error)
 {
     Error = error;
     Exception = exception;
 }
 public JScriptExceptionEventArgs(JScriptException exception, ContextError error)
 {
     Error     = error;
     Exception = exception;
 }