Accord.NotConnectedException.NotConnectedException C# (CSharp) Method

NotConnectedException() public method

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

Same methods

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