Brunet.Connections.LinkException.LinkException C# (CSharp) Метод

LinkException() публичный Метод

public LinkException ( ) : System
Результат System
    public LinkException():base()
    {
    }
    public LinkException(string message):base(message)

Same methods

LinkException::LinkException ( string message ) : System
LinkException::LinkException ( string mes, Exception inner ) : System
LinkException::LinkException ( string message, bool crit, ErrorMessage em ) : System
LinkException