.NET Framework Class Library

DocumentProcessingErrorEventArgs Constructor

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DocumentProcessingErrorEventArgs Constructor

Namespace: Gnostice.Controls.WPF

Assembly:  Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)

Syntax

Visual Basic

Public Sub New ( _
 routedEvent As RoutedEvent, _
 document As IDocument, _
 exception As Exception _
)

C#

public DocumentProcessingErrorEventArgs(
 RoutedEvent routedEvent,
 IDocument document,
 Exception exception
)

Visual C++

public:
DocumentProcessingErrorEventArgs(
 RoutedEventroutedEvent,
 IDocumentdocument,
 Exceptionexception
)

Parameters

routedEvent

Type: System.Windows.RoutedEvent

document

Type: Gnostice.Core.DOM.IDocument

exception

Type: System.Exception

See Also

DocumentProcessingErrorEventArgs Class

DocumentProcessingErrorEventArgs Members

Gnostice.Controls.WPF Namespace