PostSharp.Samples/PostSharp.Samples.AutoRetry at master · supuy-ruby/PostSharp.Samples · GitHub
Skip to content

Latest commit

 

History

History
 
 

PostSharp.Samples.AutoRetry

This example demonstrates how to use the MethodInterceptionAspect to implement an aspect that automatically retries the execution of a method when it results in an exception of some predefined type. It also shows how to use custom attribute properties to customize the aspect.