C# Class Brunet.Util.AdrException

Inheritance: System.Exception
Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_data System.Collections.Hashtable

Méthodes publiques

Méthode 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 méthode

public AdrException ( Exception x ) : System
x System.Exception
Résultat System

AdrException() public méthode

public AdrException ( Hashtable ht ) : System
ht System.Collections.Hashtable
Résultat System

AdrException() public méthode

public AdrException ( int code, Exception x ) : System
code int
x System.Exception
Résultat System

AdrException() public méthode

public AdrException ( int code, string message ) : System
code int
message string
Résultat System

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToHashtable() public méthode

public ToHashtable ( ) : Hashtable
Résultat System.Collections.Hashtable

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

_data protected_oe property

protected Hashtable,System.Collections _data
Résultat System.Collections.Hashtable