PDFView4NET WPF Edition
ErrorMessage Property




O2S.Components.PDFView4NET Namespace > PageRenderingErrorEventArgs Class : ErrorMessage Property
Gets the associated error message.
Syntax
'Declaration
 
Public ReadOnly Property ErrorMessage As String
'Usage
 
Dim instance As PageRenderingErrorEventArgs
Dim value As String
 
value = instance.ErrorMessage
public string ErrorMessage {get;}
public: __property string* get_ErrorMessage();
public:
property String^ ErrorMessage {
   String^ get();
}

Property Value

Message with details about the error.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PageRenderingErrorEventArgs Class
PageRenderingErrorEventArgs Members