public CssScannerErrorEventArgs(CssScannerException exc) { Exception = exc; }
protected void OnScannerError(CssScannerException exc) { if (ScannerError != null) { ScannerError(this, new CssScannerErrorEventArgs(exc)); } }