C# Class Brunet.Transport.EdgeException

Inheritance: SendException
Show file Open project: pstjuste/brunet Class Usage Examples

Public Methods

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

public EdgeException ( ) : System
return System

EdgeException() public method

public EdgeException ( bool istransient, string message ) : System
istransient bool
message string
return System

EdgeException() public method

public EdgeException ( bool istransient, string message, Exception inner ) : System
istransient bool
message string
inner System.Exception
return System

EdgeException() public method

public EdgeException ( string message ) : System
message string
return System