ExceptionSettings Constructors
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.
Overloads
ExceptionSettings(ExceptionSettings) | |
ExceptionSettings(Int32) |
Initializes a new instance of the ExceptionSettings class. |
ExceptionSettings(ExceptionSettings)
protected ExceptionSettings(StreamJsonRpc.ExceptionSettings original);
new StreamJsonRpc.ExceptionSettings : StreamJsonRpc.ExceptionSettings -> StreamJsonRpc.ExceptionSettings
Protected Sub New (original As ExceptionSettings)
Parameters
- original
- ExceptionSettings
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.