.NET Framework Class Library

DocumentProcessingErrorEventArgs Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DocumentProcessingErrorEventArgs Class

Represents details about event fired when a document engine encounters an error when processing the document.

Namespace: Gnostice.Core

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

Syntax

Visual Basic

Public Class DocumentProcessingErrorEventArgs _
 Inherits DocEventArgs

C#

public class DocumentProcessingErrorEventArgs : DocEventArgs

Visual C++

public ref class DocumentProcessingErrorEventArgs : public DocEventArgs

Inheritance Hierarchy

System.Object

System.EventArgs

  Gnostice.Core.DocEventArgs

    Gnostice.Core.DocumentProcessingErrorEventArgs

See Also

DocumentProcessingErrorEventArgs Members

Gnostice.Core Namespace