| Visual Basic (Declaration) | |
|---|---|
Public Overridable Function getCause() As Exception | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As InvalidXPathException Dim value As Exception value = instance.getCause() | |
| C# | |
|---|---|
public virtual Exception getCause() | |
| Managed Extensions for C++ | |
|---|---|
public: virtual Exception* getCause(); | |
| C++/CLI | |
|---|---|
public: virtual Exception^ getCause(); | |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family