.NET Framework Class Library

ConverterErrorEventArgs Constructor

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Converter Namespace > ConverterErrorEventArgs Class >

.NET Framework Class Library

ConverterErrorEventArgs Constructor

Creates an instance of this class.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public Sub New ( _
 job As ConverterJobInfoEventArgs, _
 errorMessage As String, _
 inputDocIndex As Integer, _
 innerEx As Exception _
)

C#

public ConverterErrorEventArgs(
 ConverterJobInfoEventArgs job,
 string errorMessage,
 int inputDocIndex,
 Exception innerEx
)

Visual C++

public:
ConverterErrorEventArgs(
 ConverterJobInfoEventArgsjob,
 StringerrorMessage,
 int inputDocIndex,
 ExceptioninnerEx
)

Parameters

job

Type: Gnostice.Converter.ConverterJobInfoEventArgs

errorMessage

Type: System.String

inputDocIndex

Type: System.Int32

innerEx

Type: System.Exception

See Also

ConverterErrorEventArgs Class

ConverterErrorEventArgs Members

Gnostice.Converter Namespace