AddinErrorRecord Class
Contains error handling details from the Hosted email adaptor.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners::AddinErrorRecord
| Name | Description | |
|---|---|---|
![]() | AddinErrorRecord() | Creates a new instance of the AddinErrorRecord object. |
| Name | Description | |
|---|---|---|
![]() | ErrorCode | Retrieves or sets the custom error code. |
![]() | HelpLink | Retrieves or sets the help link for the error |
![]() | HelpLinkStartPosition | Retrieves or sets the help link start position in the error message. |
![]() | HelpLinkTextLength | Retrieves or sets the help link text length. |
![]() | Message | Retrieves or sets a detailed description of the error. |
![]() | Title | Retrieves or sets the title of the error. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
AddinErrorRecord is used primarily in AddinTaskException to describe the error that occurred in the add-in.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


