Struct ExceptionOptions
Holds options for Exception
Namespace: System
Assembly: PnP.Framework.dll
Syntax
public struct ExceptionOptions
Fields
Default
Properties
IndentSpaces
Gets or sets the integer value for space indentation
Declaration
public int IndentSpaces { readonly get; set; }
Property Value
System.Int32
|
OmitNullProperties
Gets or sets the OmitNullProperties flag
Declaration
public bool OmitNullProperties { readonly get; set; }
Property Value
System.Boolean
|