ExceptionEventArgs.ExceptionObject Property

Gets an IDataElement that describes the exception object.

Namespace:  Microsoft.VisualStudio.IntelliTrace.Monitoring
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property ExceptionObject As IDataElement
public IDataElement ExceptionObject { get; }
public:
property IDataElement^ ExceptionObject {
    IDataElement^ get ();
}
member ExceptionObject : IDataElement with get
function get ExceptionObject () : IDataElement

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.IDataElement
Returns IDataElement.

.NET Framework Security

See Also

Reference

ExceptionEventArgs Class

Microsoft.VisualStudio.IntelliTrace.Monitoring Namespace