.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 > ConverterErrorEventArgs.InnerException Property |
Gets Exception instance that caused the error.
Namespace: Gnostice.Converter
Assembly: Gnostice.Converter (in Gnostice.Converter.dll)
Visual Basic |
Public ReadOnly Property InnerException As Exception |
C# |
public Exception InnerException { get; } |
Visual C++ |
public: |