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

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

Property Value

Type: String
The exception message.

Implements

IErrorInfoExceptionMessage
See Also