C# Class Brunet.Connections.LinkException

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

Protected Properties

Свойство Type Description
_critical bool
_em ErrorMessage

Méthodes publiques

Méthode Description
LinkException ( ) : System
LinkException ( string message ) : System
LinkException ( string mes, Exception inner ) : System
LinkException ( string message, bool crit, ErrorMessage em ) : System

Method Details

LinkException() public méthode

public LinkException ( ) : System
Résultat System

LinkException() public méthode

public LinkException ( string message ) : System
message string
Résultat System

LinkException() public méthode

public LinkException ( string mes, Exception inner ) : System
mes string
inner System.Exception
Résultat System

LinkException() public méthode

public LinkException ( string message, bool crit, ErrorMessage em ) : System
message string
crit bool
em ErrorMessage
Résultat System

Property Details

_critical protected_oe property

protected bool _critical
Résultat bool

_em protected_oe property

protected ErrorMessage,Brunet.Connections _em
Résultat ErrorMessage