Products and Services
Structured Intercepts

Optimized for Visual Studio

Structured Intercepts are methods defined in a partial class that, the developer may change to influence the outcome of the generated methods. These are optional methods that are called right before the body of a generated method.

With Structured Intercepts, you can do the following:

  • Throw exceptions, based on the value of passed in parameters.
  • Stop the execution of the calling method and execute custom code or call a different method.
  • Change the values of passed in parameters and continue with the execution of the generated method.
  • Explore

  • Concepts
  •  

    Please use the forums for questions.