BMXNET 4.0 Developer API

Simple uniform call for local notifications to the user when an exception occurs.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
void Notify(
	string aTitle,
	Exception anException
)
Sub Notify ( _
	aTitle As String, _
	anException As Exception _
)
void Notify(
	String^ aTitle, 
	Exception^ anException
)

Parameters

aTitle
String
Title of the dialog
anException
Exception
Exception to be displayed

Remarks

API is not commonly used

See Also