Search Results for

    Show / Hide Table of Contents

    Class AuthenticationException

    Authentication exception

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

    Constructors

    AuthenticationException(ErrorType, String)

    AuthenticationException constructor

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

    Type of error

    System.String message

    Error message

    AuthenticationException(ErrorType, String, Exception)

    AuthenticationException constructor

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

    Type of error

    System.String message

    Error message

    Exception innerException

    Inner exception (if any)

    Methods

    ToString()

    Outputs a AuthenticationException 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