C# 클래스 Radegast.ErrorReporter

파일 보기 프로젝트 열기: radegastdev/radegast 1 사용 예제들

공개 메소드들

메소드 설명
ErrorReporter ( string url ) : System
SendExceptionReport ( Exception ex ) : void

비공개 메소드들

메소드 설명
AddPostField ( string name, string value ) : void
AddStacktrace ( StringBuilder &report, Exception ex ) : void

메소드 상세

ErrorReporter() 공개 메소드

public ErrorReporter ( string url ) : System
url string
리턴 System

SendExceptionReport() 공개 메소드

public SendExceptionReport ( Exception ex ) : void
ex System.Exception
리턴 void