C# 클래스 Kroulis.Error.ErrorCatching

파일 보기 프로젝트 열기: DevelopersGuild/Castle-Bashers

공개 메소드들

메소드 설명
OnDisable ( ) : void
OnEnable ( ) : void
WriteBugXML ( ) : void
WriteCharacterDataXML ( ) : void
WriteConfigErrorXML ( ) : void
WriteVerifyXML ( ) : void

비공개 메소드들

메소드 설명
GetSystemInfo ( ) : string
ProcessExceptionReport ( string logString, string stackTrace, LogType type ) : void
WriteOwnErrorXML ( string logString, string stackTrace ) : void

메소드 상세

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

WriteBugXML() 공개 정적인 메소드

public static WriteBugXML ( ) : void
리턴 void

WriteCharacterDataXML() 공개 정적인 메소드

public static WriteCharacterDataXML ( ) : void
리턴 void

WriteConfigErrorXML() 공개 정적인 메소드

public static WriteConfigErrorXML ( ) : void
리턴 void

WriteVerifyXML() 공개 정적인 메소드

public static WriteVerifyXML ( ) : void
리턴 void