AForge.ConnectionLostException.ConnectionLostException C# (CSharp) Method

ConnectionLostException() public method

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