Class ExceptionDescriptorSerializationOptions
Specifies options that is related to ExceptionDescriptor operations.
Inheritance
System.Object
ExceptionDescriptorSerializationOptions
Namespace: Cuemon.Serialization
Assembly: Cuemon.Serialization.dll
Syntax
public class ExceptionDescriptorSerializationOptions
Constructors
| Improve this DocExceptionDescriptorSerializationOptions()
Initializes a new instance of the ExceptionDescriptorSerializationOptions class.
Declaration
public ExceptionDescriptorSerializationOptions()
Remarks
The following table shows the initial property values for an instance of ExceptionDescriptorSerializationOptions.
Property | Initial Value |
---|---|
IncludeFailure | true |
IncludeEvidence | true |
Properties
| Improve this DocIncludeEvidence
Gets or sets a value indicating whether the Evidence property is included in the serialized result.
Declaration
public bool IncludeEvidence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IncludeFailure
Gets or sets a value indicating whether the Failure property is included in the serialized result.
Declaration
public bool IncludeFailure { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|