.NET Framework Class Library

ConverterErrorEventArgs.ErrorMessage Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

ConverterErrorEventArgs.ErrorMessage Property

Gets error description.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public ReadOnly Property ErrorMessage As String
 Get

C#

public string ErrorMessage { get; }

Visual C++

public:
property StringErrorMessage {
 Stringget ();
}

See Also

ConverterErrorEventArgs Class

ConverterErrorEventArgs Members

Gnostice.Converter Namespace