Share via


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
System_CAPS_pubmethod AddinErrorRecord()

Creates a new instance of the AddinErrorRecord object.

Properties

Name Description
System_CAPS_pubproperty ErrorCode

Retrieves or sets the custom error code.

System_CAPS_pubproperty HelpLink

Retrieves or sets the help link for the error

System_CAPS_pubproperty HelpLinkStartPosition

Retrieves or sets the help link start position in the error message.

System_CAPS_pubproperty HelpLinkTextLength

Retrieves or sets the help link text length.

System_CAPS_pubproperty Message

Retrieves or sets a detailed description of the error.

System_CAPS_pubproperty Title

Retrieves or sets the title of the error.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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