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