.NET Framework Class Library

DocumentProcessingErrorEventArgs Constructor

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > DocumentProcessingErrorEventArgs Class >

.NET Framework Class Library

DocumentProcessingErrorEventArgs Constructor

Creates an instance of this class.

Namespace: Gnostice.Core

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

Syntax

Visual Basic

Public Sub New ( _
 documentEngine As IDocument, _
 e As Exception _
)

C#

public DocumentProcessingErrorEventArgs(
 IDocument documentEngine,
 Exception e
)

Visual C++

public:
DocumentProcessingErrorEventArgs(
 IDocumentdocumentEngine,
 Exceptione
)

Parameters

documentEngine

Type: Gnostice.Core.DOM.IDocument

e

Type: System.Exception

See Also

DocumentProcessingErrorEventArgs Class

DocumentProcessingErrorEventArgs Members

Gnostice.Core Namespace