Search Results for

    Show / Hide Table of Contents

    Class AuthenticationException

    Authentication exception

    Inheritance
    object
    Exception
    PnPException
    AuthenticationException
    Inherited Members
    PnPException.Error
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: PnP.Core
    Assembly: PnP.Core.dll
    Syntax
    public class AuthenticationException : PnPException, ISerializable

    Constructors

    AuthenticationException(ErrorType, string)

    AuthenticationException constructor

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

    Type of error

    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

    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
    string

    String representation

    Overrides
    Exception.ToString()
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer