Table of Contents

Class ExceptionDescriptorOptions

Namespace
Cuemon.Diagnostics
Assembly
Cuemon.Core.dll

Specifies options that is related to ExceptionDescriptor operations.

public class ExceptionDescriptorOptions : IExceptionDescriptorOptions, IParameterObject
Inheritance
Object
ExceptionDescriptorOptions
Implements

Constructors

ExceptionDescriptorOptions()

Initializes a new instance of the ExceptionDescriptorOptions class.

public ExceptionDescriptorOptions()

Remarks

The following table shows the initial property values for an instance of ExceptionDescriptorOptions.

PropertyInitial Value
SensitivityDetailsNone

Properties

SensitivityDetails

Gets or sets a bitwise combination of the enumeration values that specify which sensitive details to include in the serialized result.

public FaultSensitivityDetails SensitivityDetails { get; set; }

Property Value

FaultSensitivityDetails

The enumeration values that specify which sensitive details to include in the serialized result.