Table of Contents

Class AuthenticationException

Namespace
PnP.Core
Assembly
PnP.Core.dll

Authentication exception

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

Constructors

AuthenticationException(ErrorType, string)

public AuthenticationException(ErrorType type, string message)

Parameters

type ErrorType

Type of error

message string

Error message

AuthenticationException(ErrorType, string, Exception)

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

Parameters

type ErrorType

Type of error

message string

Error message

innerException Exception

Inner exception (if any)

Methods

ToString()

Outputs a AuthenticationException to a string representation

public override string ToString()

Returns

string

String representation