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

This exception is fired if the AppointmentList property of the TimeSelectorAvailabilityValidator is not assigned a value.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public class NullAppointmentListException : ExceptionBase
Public Class NullAppointmentListException _
	Inherits ExceptionBase
public ref class NullAppointmentListException : public ExceptionBase

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NullAppointmentListException(String)
NullAppointmentListException(String, Exception)

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    ExceptionBase
      MKB.Exceptions..::.NullAppointmentListException

See Also