.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 >

.NET Framework Class Library

DocumentProcessingErrorEventArgs.Exception Property

Gets the exception thrown when processing the document.

Namespace: Gnostice.Core

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

Syntax

Visual Basic

Public ReadOnly Property Exception As Exception
 Get

C#

public Exception Exception { get; }

Visual C++

public:
property ExceptionException {
 Exceptionget ();
}

See Also

DocumentProcessingErrorEventArgs Class

DocumentProcessingErrorEventArgs Members

Gnostice.Core Namespace