C# 클래스 NekoKun.Core.ExceptionHelper

파일 보기 프로젝트 열기: NekoProject/NekoKun

공개 메소드들

메소드 설명
ExceptionMessage ( Exception e ) : string
ExceptionMessage ( Object e ) : string
ForceException ( object e ) : Exception
UnhandledError ( Object e ) : void

메소드 상세

ExceptionMessage() 공개 정적인 메소드

public static ExceptionMessage ( Exception e ) : string
e System.Exception
리턴 string

ExceptionMessage() 공개 정적인 메소드

public static ExceptionMessage ( Object e ) : string
e Object
리턴 string

ForceException() 공개 정적인 메소드

public static ForceException ( object e ) : Exception
e object
리턴 System.Exception

UnhandledError() 공개 정적인 메소드

public static UnhandledError ( Object e ) : void
e Object
리턴 void