AuthenticationFailureException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A generic authentication failure.
public class AuthenticationFailureException : Exception
type AuthenticationFailureException = class
inherit Exception
Public Class AuthenticationFailureException
Inherits Exception
- Inheritance
-
AuthenticationFailureException
Constructors
AuthenticationFailureException(String, Exception) |
Creates a new instance of AuthenticationFailureException
with the specified exception |
AuthenticationFailureException(String) |
Creates a new instance of AuthenticationFailureException
with the specified exception |