C# 클래스 Brunet.Connections.LinkException

상속: System.Exception
파일 보기 프로젝트 열기: pstjuste/brunet

보호된 프로퍼티들

프로퍼티 타입 설명
_critical bool
_em ErrorMessage

공개 메소드들

메소드 설명
LinkException ( ) : System
LinkException ( string message ) : System
LinkException ( string mes, Exception inner ) : System
LinkException ( string message, bool crit, ErrorMessage em ) : System

메소드 상세

LinkException() 공개 메소드

public LinkException ( ) : System
리턴 System

LinkException() 공개 메소드

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

LinkException() 공개 메소드

public LinkException ( string mes, Exception inner ) : System
mes string
inner System.Exception
리턴 System

LinkException() 공개 메소드

public LinkException ( string message, bool crit, ErrorMessage em ) : System
message string
crit bool
em ErrorMessage
리턴 System

프로퍼티 상세

_critical 보호되어 있는 프로퍼티

protected bool _critical
리턴 bool

_em 보호되어 있는 프로퍼티

protected ErrorMessage,Brunet.Connections _em
리턴 ErrorMessage