Visual Basic (Usage) | Copy Code |
---|---|
Dim error As Exception Dim instance As New ViewErrorDetailsDialog(error) |
Managed Extensions for C++ | |
---|---|
public: ViewErrorDetailsDialog( Exception* error ) |
C++/CLI | |
---|---|
public: ViewErrorDetailsDialog( Exception^ error ) |
Parameters
- error
- Type: System.Exception The System.Exception which details will be displayed.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7