Search Results for

    Show / Hide Table of Contents

    Class ClientException

    PnP Client exception

    Inheritance
    System.Object
    PnPException
    ClientException
    Inherited Members
    PnPException.Error
    Namespace: PnP.Core
    Assembly: PnP.Core.dll
    Syntax
    public class ClientException : PnPException

    Constructors

    ClientException(ErrorType, String)

    ClientException constructor

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

    Type of the error

    System.String message

    Error message

    ClientException(ErrorType, String, Exception)

    ClientException constructor

    Declaration
    public ClientException(ErrorType type, string message, Exception innerException)
    Parameters
    ErrorType type

    Type of the error

    System.String message

    Error message

    Exception innerException

    Inner exception to link to this exception

    Methods

    ToString()

    Outputs a ClientException to a string representation

    Declaration
    public override string ToString()
    Returns
    System.String

    String representation

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