Intersoft WebGrid Documentation
OutputException Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ExportCompletedEventArgs Class : OutputException Property






Gets or sets the output exception when there is error exception when exporting.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property OutputException As Exception
Visual Basic (Usage)Copy Code
Dim instance As ExportCompletedEventArgs
Dim value As Exception
 
value = instance.OutputException
C# 
public Exception OutputException {get;}
Delphi 
public read-only property OutputException: Exception; 
JScript 
public function get OutputException : Exception
Managed Extensions for C++ 
public: __property Exception* get_OutputException();
C++/CLI 
public:
property Exception^ OutputException {
   Exception^ get();
}

Remarks

If users get error exception when exporting, the output exception will be stored in this property.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.