AddinErrorRecord Class
Contains error handling details from the Hosted email adaptor.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.AddinErrorRecord
Syntax
[SerializableAttribute]
public class AddinErrorRecord
[SerializableAttribute]
public ref class AddinErrorRecord
<SerializableAttribute>
Public Class AddinErrorRecord
Constructors
Name | Description | |
---|---|---|
![]() |
AddinErrorRecord() | Creates a new instance of the AddinErrorRecord object. |
Properties
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. |
Methods
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.) |
Remarks
AddinErrorRecord is used primarily in AddinTaskException to describe the error that occurred in the add-in.
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