Class AuthenticationException
Authentication exception
Inherited Members
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 |