Table of Contents

Class ClientException

Namespace
PnP.Core
Assembly
PnP.Core.dll

PnP Client exception

public class ClientException : PnPException, ISerializable
Inheritance
ClientException
Implements
Inherited Members

Constructors

ClientException(ErrorType, string)

ClientException constructor

public ClientException(ErrorType type, string message)

Parameters

type ErrorType

Type of the error

message string

Error message

ClientException(ErrorType, string, Exception)

ClientException constructor

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

Parameters

type ErrorType

Type of the error

message string

Error message

innerException Exception

Inner exception to link to this exception

Methods

ToString()

Outputs a ClientException to a string representation

public override string ToString()

Returns

string

String representation