Click or drag to resize
IErrorInfoExceptionMessage Property
Gets or sets the exception message.

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
string ExceptionMessage { get; set; }

Property Value

Type: String
The exception message.
See Also