.NET Framework Class Library

ConverterErrorEventArgs.InnerException Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Converter Namespace > ConverterErrorEventArgs Class > ConverterErrorEventArgs Properties >

.NET Framework Class Library

ConverterErrorEventArgs.InnerException Property

Gets Exception instance that caused the error.

Namespace: Gnostice.Converter

Assembly:  Gnostice.Converter (in Gnostice.Converter.dll)

Syntax

Visual Basic

Public ReadOnly Property InnerException As Exception
 Get

C#

public Exception InnerException { get; }

Visual C++

public:
property ExceptionInnerException {
 Exceptionget ();
}

See Also

ConverterErrorEventArgs Class

ConverterErrorEventArgs Members

Gnostice.Converter Namespace