System.Runtime.InteropServices._Exception.GetBaseException Method

Provides COM objects with version-independent access to the Exception.GetBaseException method.

Syntax

public Exception GetBaseException ()

Returns

The first exception thrown in a chain of exceptions. If the Exception.InnerException property of the current exception is a null reference (Nothing in Visual Basic), this property returns the current exception.

Remarks

This method is for access to managed classes from unmanaged code and should not be called from managed code.

The Exception.GetBaseException method returns the Exception that is the root cause of one or more subsequent exceptions.

Requirements

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0