AForge.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 ) { }
	}
NotConnectedException