[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,
	Exception innerEx
)
Public Sub New ( _
	errorMessage As String, _
	innerEx As Exception _
)
public:
NullAppointmentListException(
	String^ errorMessage, 
	Exception^ innerEx
)

Parameters

errorMessage
String
innerEx
Exception

See Also