Class FailedAuthenticationFaultException
The exception that is thrown when service is unable to successfully process the caller's authentication.
Inheritance
FailedAuthenticationFaultException
Inherited Members
Namespace: Nevatech.Vsb.Repository.Security
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors")]
public sealed class FailedAuthenticationFaultException : FaultException, ISerializable, _Exception
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. |