13 public ILogin_Login_Errors_ErrorMessageError?
ErrorMessage {
get; }
20 : base(errorMessage?.Message)
22 ErrorMessage = errorMessage ??
throw new ArgumentNullException(nameof(errorMessage));
47 : base(message, innerException)
Exception thrown when automatic IGraphQLServerClient authentication fails.
AuthenticationException()
Initializes a new instance of the AuthenticationException class.
AuthenticationException(string message)
Initializes a new instance of the AuthenticationException class.
AuthenticationException(string message, Exception innerException)
Initializes a new instance of the AuthenticationException class.
ILogin_Login_Errors_ErrorMessageError? ErrorMessage
The ILogin_Login_Errors_ErrorMessageError.
AuthenticationException(ILogin_Login_Errors_ErrorMessageError errorMessage)
Initializes a new instance of the AuthenticationException class.