Exceptions.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Type
- PjExceptionType
- Start
- Object
- Finish
- Object
- Occurrences
- Object
- Name
- Object
- Period
- Object
- DaysOfWeek
- Object
- MonthPosition
- Object
- MonthItem
- Object
- Month
- Object
- MonthDay
- Object