Exceptions.Add Method

Definition

public Microsoft.Office.Interop.MSProject.Exception Add (Microsoft.Office.Interop.MSProject.PjExceptionType Type, object Start, object Finish, object Occurrences, object Name, object Period, object DaysOfWeek, object MonthPosition, object MonthItem, object Month, object MonthDay);
abstract member Add : Microsoft.Office.Interop.MSProject.PjExceptionType * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Office.Interop.MSProject.Exception
Public Function Add (Type As PjExceptionType, Start As Object, Optional Finish As Object, Optional Occurrences As Object, Optional Name As Object, Optional Period As Object, Optional DaysOfWeek As Object, Optional MonthPosition As Object, Optional MonthItem As Object, Optional Month As Object, Optional MonthDay As Object) As Exception

Parameters

Start
Object
Finish
Object
Occurrences
Object
Name
Object
Period
Object
DaysOfWeek
Object
MonthPosition
Object
MonthItem
Object
Month
Object
MonthDay
Object

Returns

Applies to