MaxDepthReachedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Max depth reached error. This will be thrown while removing protection from MSGs/EMLs if the number of nested messages exceed the maximum depth (defaults to 10).
[System.Serializable]
public class MaxDepthReachedException : Exception
[<System.Serializable>]
type MaxDepthReachedException = class
inherit Exception
Public Class MaxDepthReachedException
Inherits Exception
- Inheritance
-
MaxDepthReachedException
- Attributes
Constructors
| Name | Description |
|---|---|
| MaxDepthReachedException(String) |
Constructor for MaxDepthReachedException |