C# 클래스 Brunet.Util.AdrException

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

보호된 프로퍼티들

프로퍼티 타입 설명
_data System.Collections.Hashtable

공개 메소드들

메소드 설명
AdrException ( Exception x ) : System
AdrException ( Hashtable ht ) : System
AdrException ( int code, Exception x ) : System
AdrException ( int code, string message ) : System
Equals ( object o ) : bool
GetHashCode ( ) : int
ToHashtable ( ) : Hashtable
ToString ( ) : string

메소드 상세

AdrException() 공개 메소드

public AdrException ( Exception x ) : System
x System.Exception
리턴 System

AdrException() 공개 메소드

public AdrException ( Hashtable ht ) : System
ht System.Collections.Hashtable
리턴 System

AdrException() 공개 메소드

public AdrException ( int code, Exception x ) : System
code int
x System.Exception
리턴 System

AdrException() 공개 메소드

public AdrException ( int code, string message ) : System
code int
message string
리턴 System

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToHashtable() 공개 메소드

public ToHashtable ( ) : Hashtable
리턴 System.Collections.Hashtable

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

_data 보호되어 있는 프로퍼티

protected Hashtable,System.Collections _data
리턴 System.Collections.Hashtable