ActiveReports.Viewer3 Request technical support
Exception Property
See Also 


Gets or sets a value that specifies the exception that caused the download error.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Exception As Exception
Visual Basic (Usage)Copy Code
Dim instance As UrlErrorEventArgs
Dim value As Exception
 
value = instance.Exception
C# 
public Exception Exception {get;}

See Also