Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.