Edit

MaxDepthReachedException Class

Definition

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

Applies to