BMXNET 4.0 Developer API

If an exception occured during the last login attempt, FailureException will be set to it.

Namespace:  IndianHealthService.BMXNet.WinForm
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Exception FailureException { get; set; }
Public Property FailureException As Exception
public:
property Exception^ FailureException {
	Exception^ get ();
	void set (Exception^ value);
}

See Also