ResourceCalendarException class
表示資源行事曆例外狀況。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.CalendarException
Microsoft.ProjectServer.Client.ResourceCalendarException
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<ScriptTypeAttribute("PS.ResourceCalendarException", ServerTypeId := "{a97fc58a-d322-4664-a152-916f64f8bf02}")> _
Public Class ResourceCalendarException _
Inherits CalendarException
'用途
Dim instance As ResourceCalendarException
[ScriptTypeAttribute("PS.ResourceCalendarException", ServerTypeId = "{a97fc58a-d322-4664-a152-916f64f8bf02}")]
public class ResourceCalendarException : CalendarException
備註
資源行事曆的例外是執行個體的資源行事曆與不同專案行事曆。
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.