AddinTaskException Class
Occurs when an add-in task throws an exception.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
System::Exception
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners::AddinTaskException
| Name | Description | |
|---|---|---|
![]() | AddinTaskException() | Creates a new instance of the AddinTaskException class. |
![]() | AddinTaskException(AddinErrorRecord^) | Creates a new instance of the AddinTaskException class, using the specified error record. |
![]() | AddinTaskException(SerializationInfo^, StreamingContext) | Creates a new instance of the AddinTaskException class using serialized data. |
![]() | AddinTaskException(String^) | Creates a new instance of the AddinTaskException, using the specified message. |
![]() | AddinTaskException(String^, Exception^) | Creates a new instance of the AddinTaskException, using the specified message and inner exception. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | ErrorRecord | Retrieves information about the error that occurred. |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Sets the serialization information about the exception.(Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
An add-in task is a task that occurs as part of a hosted email add-in adaptor. Usually, this will occur as a consequence of an error or exception in an extended piece of UI. For more information, see Modifying the UI.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



