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