Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when an add-in task throws an exception.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
  System.Exception
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.AddinTaskException
Syntax
[SerializableAttribute]
public class AddinTaskException : Exception
[SerializableAttribute]
public ref class AddinTaskException : Exception
<SerializableAttribute>
Public Class AddinTaskException
    Inherits Exception
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | AddinTaskException() | Creates a new instance of the AddinTaskException class. | 
| .jpeg) | AddinTaskException(AddinErrorRecord) | Creates a new instance of the AddinTaskException class, using the specified error record. | 
| .jpeg) | AddinTaskException(SerializationInfo, StreamingContext) | Creates a new instance of the AddinTaskException class using serialized data. | 
| .jpeg) | AddinTaskException(String) | Creates a new instance of the AddinTaskException, using the specified message. | 
| .jpeg) | AddinTaskException(String, Exception) | Creates a new instance of the AddinTaskException, using the specified message and inner exception. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Data | (Inherited from Exception.) | 
| .jpeg) | ErrorRecord | Retrieves information about the error that occurred. | 
| .jpeg) | HelpLink | (Inherited from Exception.) | 
| .jpeg) | HResult | (Inherited from Exception.) | 
| .jpeg) | InnerException | (Inherited from Exception.) | 
| .jpeg) | Message | (Inherited from Exception.) | 
| .jpeg) | Source | (Inherited from Exception.) | 
| .jpeg) | StackTrace | (Inherited from Exception.) | 
| .jpeg) | TargetSite | (Inherited from Exception.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetBaseException() | (Inherited from Exception.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetObjectData(SerializationInfo, StreamingContext) | Sets the serialization information about the exception.(Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | 
| .jpeg) | GetType() | (Inherited from Exception.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Exception.) | 
Events
| Name | Description | |
|---|---|---|
| .jpeg) | SerializeObjectState | (Inherited from Exception.) | 
Remarks
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.
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
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top