C# Class Brunet.Connections.LinkException

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

Protected Properties

Property Type Description
_critical bool
_em ErrorMessage

Public Methods

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

public LinkException ( ) : System
return System

LinkException() public method

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

LinkException() public method

public LinkException ( string mes, Exception inner ) : System
mes string
inner System.Exception
return System

LinkException() public method

public LinkException ( string message, bool crit, ErrorMessage em ) : System
message string
crit bool
em ErrorMessage
return System

Property Details

_critical protected property

protected bool _critical
return bool

_em protected property

protected ErrorMessage,Brunet.Connections _em
return ErrorMessage