Class AuthenticationException
Authentication exception
public class AuthenticationException : PnPException, ISerializable
- Inheritance
-
AuthenticationException
- Implements
- Inherited Members
Constructors
AuthenticationException(ErrorType, string)
AuthenticationException constructor
public AuthenticationException(ErrorType type, string message)
Parameters
AuthenticationException(ErrorType, string, Exception)
AuthenticationException constructor
public AuthenticationException(ErrorType type, string message, Exception innerException)
Parameters
typeErrorTypeType of error
messagestringError message
innerExceptionExceptionInner exception (if any)
Methods
ToString()
Outputs a AuthenticationException to a string representation
public override string ToString()
Returns
- string
String representation