ExceptionEventArgs.CustomData Property

Gets the custom data associated with this exception event.

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

Syntax

'Declaration
Public ReadOnly Property CustomData As Byte()
public byte[] CustomData { get; }
public:
property array<unsigned char>^ CustomData {
    array<unsigned char>^ get ();
}
member CustomData : byte[] with get
function get CustomData () : byte[]

Property Value

Type: array<Byte[]
Returns Byte.

.NET Framework Security

See Also

Reference

ExceptionEventArgs Class

Microsoft.VisualStudio.IntelliTrace.Monitoring Namespace