Search Results for

    Show / Hide Table of Contents

    Struct ExceptionOptions

    Holds options for Exception

    Namespace: System
    Assembly: PnP.Framework.dll
    Syntax
    public struct ExceptionOptions

    Fields

    Default

    Declaration
    public static readonly ExceptionOptions Default
    Field Value
    ExceptionOptions

    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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer