C# 클래스 ServiceException, Quaack_rep_1

상속: Exception
파일 보기 프로젝트 열기: ARdeWeerd/Quaack_rep_1 1 사용 예제들

공개 메소드들

메소드 설명
ServiceException ( ) : System
ServiceException ( string message ) : System
ServiceException ( string message, System inner ) : System

보호된 메소드들

메소드 설명
ServiceException ( System info, System context ) : System

메소드 상세

ServiceException() 공개 메소드

public ServiceException ( ) : System
리턴 System

ServiceException() 보호된 메소드

protected ServiceException ( System info, System context ) : System
info System
context System
리턴 System

ServiceException() 공개 메소드

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

ServiceException() 공개 메소드

public ServiceException ( string message, System inner ) : System
message string
inner System
리턴 System