This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
AppDomain Unhandle Exception Concepts
Key Points
- Events are delivered in the same order as registration (not reverse order).
- Can register the same delegate more than once -- and it will be called more than once.
- If you remove a delegate that is in the list multiple times, the last instance is removed.