Accord.ConnectionLostException.ConnectionLostException C# (CSharp) Method

ConnectionLostException() public method

Initializes a new instance of the ConnectionLostException class.
public ConnectionLostException ( string message ) : System
message string Exception's message.
return System
        public ConnectionLostException(string message) :
            base(message) { }

Same methods

ConnectionLostException::ConnectionLostException ( ) : System
ConnectionLostException::ConnectionLostException ( SerializationInfo info, StreamingContext context ) : System
ConnectionLostException::ConnectionLostException ( string message, Exception innerException ) : System
ConnectionLostException