Accord.NotConnectedException.NotConnectedException C# (CSharp) Method

NotConnectedException() public method

Initializes a new instance of the NotConnectedException class.
public NotConnectedException ( ) : System
return System
        public NotConnectedException() :
            base() { }

Same methods

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