Show / Hide Table of Contents

    Class FailedAuthenticationFaultException

    The exception that is thrown when service is unable to successfully process the caller's authentication.

    Inheritance
    Object
    FailedAuthenticationFaultException
    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.

    Back to top Nevatech Sentinet 6.5 Online Documentation