C# Class Brunet.Transport.EdgeException

Inheritance: SendException
Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Méthodes publiques

Méthode Description
EdgeException ( ) : System
EdgeException ( bool istransient, string message ) : System
EdgeException ( bool istransient, string message, Exception inner ) : System
EdgeException ( string message ) : System

Method Details

EdgeException() public méthode

public EdgeException ( ) : System
Résultat System

EdgeException() public méthode

public EdgeException ( bool istransient, string message ) : System
istransient bool
message string
Résultat System

EdgeException() public méthode

public EdgeException ( bool istransient, string message, Exception inner ) : System
istransient bool
message string
inner System.Exception
Résultat System

EdgeException() public méthode

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