BaseCalendarException class

Represents the collection of base calendar exceptions.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.ProjectServer.Client.CalendarException
      Microsoft.ProjectServer.Client.BaseCalendarException

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("PS.BaseCalendarException", ServerTypeId := "{6031a46b-1ad4-483d-9f44-95f56434d534}")> _
Public Class BaseCalendarException _
    Inherits CalendarException
'Usage
Dim instance As BaseCalendarException
[ScriptTypeAttribute("PS.BaseCalendarException", ServerTypeId = "{6031a46b-1ad4-483d-9f44-95f56434d534}")]
public class BaseCalendarException : CalendarException

Remarks

A base calendar defines the usual working and nonworking times for the project. A calendar exception is an instance in which a task or resource calendar differs from the project calendar.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

BaseCalendarException members

Microsoft.ProjectServer.Client namespace