public WebAjaxErrorEvent(string message, IAjaxProcessor ajaxProcessor, object[] parameters, int eventCode, Exception exception) : base(message, ajaxProcessor, eventCode, exception) { this.ajaxProcessor = ajaxProcessor; this.parameters = parameters; this.exception = exception; }
public WebAjaxErrorEvent(string message, IAjaxProcessor ajaxProcessor, int eventCode, Exception exception) : base(message, ajaxProcessor, eventCode, exception) { this.ajaxProcessor = ajaxProcessor; this.exception = exception; }