Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Exception As Exception |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As UploadFailedEventArgs Dim value As Exception value = instance.Exception |
C# | |
---|---|
public Exception Exception {get;} |
C++/CLI | |
---|---|
public: property Exception^ Exception { Exception^ get(); } |
Target Platforms: Microsoft .NET Framework 2.0