[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace:  MKB.Exceptions
Assembly:  TimePicker (in TimePicker.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public NullAppointmentListException(
	string errorMessage
)
Public Sub New ( _
	errorMessage As String _
)
public:
NullAppointmentListException(
	String^ errorMessage
)

Parameters

errorMessage
String

See Also