Share via


ExceptionEventArgs.CustomData Property

Definition

Gets the custom data associated with this exception event.

public:
 property cli::array <System::Byte> ^ CustomData { cli::array <System::Byte> ^ get(); };
public:
 property Platform::Array <byte> ^ CustomData { Platform::Array <byte> ^ get(); };
public byte[] CustomData { get; }
member this.CustomData : byte[]
Public ReadOnly Property CustomData As Byte()

Property Value

Byte[]

Applies to