Click or drag to resize
ErrorInfoExceptionType Property
Gets or sets the type of the exception.

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

Property Value

Type: String
The type of the exception.

Implements

IErrorInfoExceptionType
See Also