.NET Framework Class Library
DocumentProcessingErrorEventArgs.Exception Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > DocumentProcessingErrorEventArgs Class > DocumentProcessingErrorEventArgs Properties > DocumentProcessingErrorEventArgs.Exception Property |
Gets the exception thrown when processing the document.
Namespace: Gnostice.Core
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public ReadOnly Property Exception As Exception |
C# |
public Exception Exception { get; } |
Visual C++ |
public: |
DocumentProcessingErrorEventArgs Class