PowerTCP Emulation for .NET CF
GetException Method
See Also  Send comments on this topic.
Dart.Emulation Namespace > ErrorEventArgs Class : GetException Method




Gets the Exception being reported.

Syntax

Visual Basic (Declaration) 
Public Function GetException() As Exception
Visual Basic (Usage)Copy Code
Dim instance As ErrorEventArgs
Dim value As Exception
 
value = instance.GetException()
C# 
public Exception GetException()
Managed Extensions for C++ 
public: Exception* GetException(); 
C++/CLI 
public:
Exception^ GetException(); 

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.