BMXNET 4.0 Developer API

Access to any exceptions that occur during Async call.

Namespace:  IndianHealthService.BMXNet.Ado
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

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

See Also