Share via


ExceptionSettings Constructors

Definition

Overloads

ExceptionSettings(ExceptionSettings)

protected ExceptionSettings(StreamJsonRpc.ExceptionSettings original);
new StreamJsonRpc.ExceptionSettings : StreamJsonRpc.ExceptionSettings -> StreamJsonRpc.ExceptionSettings
Protected Sub New (original As ExceptionSettings)

Parameters

Applies to

ExceptionSettings(Int32)

Initializes a new instance of the ExceptionSettings class.

protected ExceptionSettings(int recursionLimit);
new StreamJsonRpc.ExceptionSettings : int -> StreamJsonRpc.ExceptionSettings
Protected Sub New (recursionLimit As Integer)

Parameters

recursionLimit
Int32

The maximum number of nested errors to serialize or deserialize.

Applies to