Class FailedAuthenticationFaultException
The exception that is thrown when service is unable to successfully process the caller's authentication.
Namespace: Nevatech.Vsb.Repository.Security
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class FailedAuthenticationFaultException : FaultException
Constructors
FailedAuthenticationFaultException()
Initializes new exception with default error message.
Declaration
public FailedAuthenticationFaultException()
FailedAuthenticationFaultException(String)
Initializes new exception with provided error message.
Declaration
public FailedAuthenticationFaultException(string reason)
Parameters
Type | Name | Description |
---|---|---|
String | reason | Message that describes the error. |