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




Returns the Exception marshaled to the UI thread.

Syntax

Visual Basic (Declaration) 
Public Function GetException() As Exception
Visual Basic (Usage)Copy Code
Dim instance As ComponentErrorEventArgs
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.