Accord.NotConnectedException.NotConnectedException C# (CSharp) 메소드

NotConnectedException() 공개 메소드

Initializes a new instance of the NotConnectedException class.
public NotConnectedException ( ) : System
리턴 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