Gets any exception which occurred during the asynchronous operation.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Exception As Exception |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MessageBase
Dim value As Exception
value = instance.Exception |
| Managed Extensions for C++ | |
|---|
public: __property Exception* get_Exception(); |
Property Value
If any exception occurred during the asynchronous operation, this property will contain an Exception object describing the exception.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also