C# Class Commencement.Controllers.Services.ErrorService

Inheritance: IErrorService
显示文件 Open project: ucdavis/Commencement

Public Methods

Method Description
BeginReportErrorHandler ( Exception ex ) : void
EndReportErrorHandler ( IAsyncResult ar ) : void
ReportError ( Exception ex ) : void

Method Details

BeginReportErrorHandler() public static method

public static BeginReportErrorHandler ( Exception ex ) : void
ex System.Exception
return void

EndReportErrorHandler() public static method

public static EndReportErrorHandler ( IAsyncResult ar ) : void
ar IAsyncResult
return void

ReportError() public method

public ReportError ( Exception ex ) : void
ex System.Exception
return void