Click or drag to resize

DataCollisionExceptionHtmlMessage Property

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.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public Html HtmlMessage { get; }

Property Value

Type: Html

Implements

IHtmlExceptionHtmlMessage
See Also