Table of Contents

Property InnerException

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

InnerException

Gets or sets the exception that is the cause of the current exception, or a null reference if no inner exception is specified.

public Exception? InnerException { get; set; }

Property Value

Exception