Click or drag to resize
ErrorInfoInnerErrorInfo Property
Gets or sets the inner error information.

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

Property Value

Type: IErrorInfo
The inner error information.

Implements

IErrorInfoInnerErrorInfo
See Also