System.Runtime.InteropServices._Exception Members

The members of System.Runtime.InteropServices._Exception are listed below.

Public Properties

HelpLinkstring.

Provides COM objects with version-independent access to the Exception.HelpLink property.

[read-only]
InnerExceptionException.

Provides COM objects with version-independent access to the Exception.InnerException property.

[read-only]
Messagestring.

Provides COM objects with version-independent access to the Exception.Message property.

Sourcestring.

Provides COM objects with version-independent access to the Exception.Source property.

[read-only]
StackTracestring.

Provides COM objects with version-independent access to the Exception.StackTrace property.

[read-only]
TargetSiteSystem.Reflection.MethodBase.

Provides COM objects with version-independent access to the Exception.TargetSite property.

Public Methods

Equals(object) : bool

Provides COM objects with version-independent access to the object.Equals(object) method.

GetBaseException() : Exception

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

GetHashCode() : int

Provides COM objects with version-independent access to the object.GetHashCode method.

GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)

Provides COM objects with version-independent access to the Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) method

GetType() : Type

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

ToString() : string

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