AddinTaskException Class
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 | |
---|---|---|
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. |
Properties
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.) |
Methods
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.) |
Events
Name | Description | |
---|---|---|
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