Click or drag to resize

IHtmlException Interface

Represents an exception that has an optional Html representation.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public interface IHtmlException

The IHtmlException type exposes the following members.

Properties
  NameDescription
Public propertyHtmlMessage
An optional Html representation of this exception. If this value is not empty then it should be preferred when outputting this exception in html format.
Top
See Also