Class AuthenticationException
Authentication exception
Inherited Members
Namespace: PnP.Core
Assembly: PnP.Core.dll
Syntax
public class AuthenticationException : PnPException
Constructors
AuthenticationException(ErrorType, String)
Authentication
Declaration
public AuthenticationException(ErrorType type, string message)
Parameters
Error Type of error |
System. Error message |
AuthenticationException(ErrorType, String, Exception)
Authentication
Declaration
public AuthenticationException(ErrorType type, string message, Exception innerException)
Parameters
Error Type of error |
System. Error message |
Exception
innerException
Inner exception (if any) |
Methods
ToString()
Outputs a Authentication
Declaration
public override string ToString()
Returns
System. String representation |