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)

System::Object
  Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners::AddinErrorRecord

[SerializableAttribute]
public ref class AddinErrorRecord 

NameDescription
System_CAPS_pubmethodAddinErrorRecord()

Creates a new instance of the AddinErrorRecord object.

NameDescription
System_CAPS_pubpropertyErrorCode

Retrieves or sets the custom error code.

System_CAPS_pubpropertyHelpLink

Retrieves or sets the help link for the error

System_CAPS_pubpropertyHelpLinkStartPosition

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

System_CAPS_pubpropertyHelpLinkTextLength

Retrieves or sets the help link text length.

System_CAPS_pubpropertyMessage

Retrieves or sets a detailed description of the error.

System_CAPS_pubpropertyTitle

Retrieves or sets the title of the error.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: