IPluginError Interface

Stator | API Documentation

[Missing <summary> documentation for "T:Stator.libPublic.Common.Interfaces.IPluginError"]

Namespace:  Stator.libPublic.Common.Interfaces
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

public interface IPluginError

The IPluginError type exposes the following members.

Properties

  NameDescription
Public propertyDescription
A string description of the error.
Public propertyErrorDateTime
The date/time of the error.
Public propertyExceptionDetails
A store for the exception/s.
This is an IList of exceptions.
Public propertyIdentifier
The identifier for the item which raised the error/exception.
Public propertyMessage
A longer message (string) for the error or exception.
Public propertySuggestion
A suggestion on what the user might like to do to prevent the error from being raised again.
Top
See Also

Reference