'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shadows Shared ReadOnly Empty As ExceptionEventArgs
'Usage
Dim value As ExceptionEventArgs value = ExceptionEventArgs.Empty
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public new static readonly ExceptionEventArgs Empty
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: new static readonly ExceptionEventArgs^ Empty