Accord.NotConnectedException.NotConnectedException C# (CSharp) Method

NotConnectedException() public method

Initializes a new instance of the NotConnectedException class.
public NotConnectedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
return System
        public NotConnectedException(SerializationInfo info, StreamingContext context)
            : base(info, context) { }

Same methods

NotConnectedException::NotConnectedException ( ) : System
NotConnectedException::NotConnectedException ( string message ) : System
NotConnectedException::NotConnectedException ( string message, Exception innerException ) : System
NotConnectedException