Accord.ConnectionLostException.ConnectionLostException C# (CSharp) Method

ConnectionLostException() public method

Initializes a new instance of the ConnectionLostException class.
public ConnectionLostException ( string message, Exception innerException ) : System
message string The error message that explains the reason for the exception.
innerException System.Exception The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
return System
        public ConnectionLostException(string message, Exception innerException)
            : base(message, innerException) { }

Same methods

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