C# 클래스 Windower.WindowerException

상속: System.Exception
파일 보기 프로젝트 열기: Windower/Helper 1 사용 예제들

공개 메소드들

메소드 설명
WindowerException ( ) : System
WindowerException ( ErrorCode error ) : System
WindowerException ( ErrorCode error, Exception inner ) : System
WindowerException ( ErrorCode error, string message ) : System
WindowerException ( ErrorCode error, string message, Exception inner ) : System
WindowerException ( string message ) : System
WindowerException ( string message, Exception inner ) : System

비공개 메소드들

메소드 설명
Check ( ErrorCode error ) : void
GetMessage ( ErrorCode error ) : string
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
WindowerException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

WindowerException() 공개 메소드

public WindowerException ( ) : System
리턴 System

WindowerException() 공개 메소드

public WindowerException ( ErrorCode error ) : System
error ErrorCode
리턴 System

WindowerException() 공개 메소드

public WindowerException ( ErrorCode error, Exception inner ) : System
error ErrorCode
inner System.Exception
리턴 System

WindowerException() 공개 메소드

public WindowerException ( ErrorCode error, string message ) : System
error ErrorCode
message string
리턴 System

WindowerException() 공개 메소드

public WindowerException ( ErrorCode error, string message, Exception inner ) : System
error ErrorCode
message string
inner System.Exception
리턴 System

WindowerException() 공개 메소드

public WindowerException ( string message ) : System
message string
리턴 System

WindowerException() 공개 메소드

public WindowerException ( string message, Exception inner ) : System
message string
inner System.Exception
리턴 System