Content deleted Content added
Nothing original about this. MS mentions it as a best practice of their Event-based Asynchronous Pattern. |
m Reference was mailformattet |
||
Line 1:
The '''Asynchronous error reporting''' [[design pattern]] decouples exception throwing from their origin to the use of the result, in such a way that exceptions happen in a "safe" way. Often used in connection with the [[Active Object]] pattern.
Recently seen implemented as a basic principle in [[Microsoft .NET]].<ref>
== C# example ==
Line 51:
}
</source>
==Notes==
<references/>
|