C# Class Gablarski.Clients.GablarskiErrorReporter

Inheritance: IErrorReporter
显示文件 Open project: ermau/Gablarski

Public Methods

Method Description
ReportError ( Exception ex ) : void

Private Methods

Method Description
GablarskiErrorReporter ( ) : System
GetOS ( ) : string
ReportError ( Exception ex, int parentId ) : void

Method Details

ReportError() public method

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