C# Class Brunet.Util.AdrException

Inheritance: System.Exception
Show file Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
_data System.Collections.Hashtable

Public Methods

Method Description
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

Method Details

AdrException() public method

public AdrException ( Exception x ) : System
x System.Exception
return System

AdrException() public method

public AdrException ( Hashtable ht ) : System
ht System.Collections.Hashtable
return System

AdrException() public method

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

AdrException() public method

public AdrException ( int code, string message ) : System
code int
message string
return System

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToHashtable() public method

public ToHashtable ( ) : Hashtable
return System.Collections.Hashtable

ToString() public method

public ToString ( ) : string
return string

Property Details

_data protected property

protected Hashtable,System.Collections _data
return System.Collections.Hashtable