Share via


AddinTaskException.ErrorRecord Property

 

Retrieves information about the error that occurred.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public AddinErrorRecord ErrorRecord { get; private set; }
public:
property AddinErrorRecord^ ErrorRecord {
    AddinErrorRecord^ get();
    private: void set(AddinErrorRecord^ value);
}
Public Property ErrorRecord As AddinErrorRecord
    Get
    Private Set
End Property

Property Value

Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.AddinErrorRecord

A AddinErrorRecord that contains the error code.

See Also

AddinTaskException Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace

Return to top