Search Results for

    Show / Hide Table of Contents

    Class ClientError

    Information about the client error

    Inheritance
    System.Object
    BaseError
    ClientError
    Inherited Members
    BaseError.Type
    BaseError.PnPCorrelationId
    BaseError.AdditionalData
    BaseError.AddAdditionalData(String, Object)
    Namespace: PnP.Core
    Assembly: PnP.Core.dll
    Syntax
    public class ClientError : BaseError

    Constructors

    ClientError(ErrorType, String)

    ClientError constructor, creates a ClientError for the provided error type and message

    Declaration
    public ClientError(ErrorType type, string message)
    Parameters
    ErrorType type

    Type of the error

    System.String message

    Error message

    Properties

    Message

    Error message that was linked to the client error

    Declaration
    public string Message { get; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer