Share via


ErrorData.InnerException Property

ErrorData.InnerException Property

Returns the exception object that originated the notification.

Definition

Visual Basic .NET Public ReadOnly Property InnerException As Exception
C# public Exception InnerException { get; }
Managed C++ public: __property Exception* get_InnerException();

Property Value

System.Exception.

This property is read-only. This property has no default value.