Search Results for

    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
    Exception
    SystemException
    CommunicationException
    FaultException
    FailedAuthenticationFaultException
    Implements
    ISerializable
    _Exception
    Inherited Members
    FaultException.CreateFault(MessageFault, params Type[])
    FaultException.CreateFault(MessageFault, string, params Type[])
    FaultException.CreateMessageFault()
    FaultException.GetObjectData(SerializationInfo, StreamingContext)
    FaultException.Action
    FaultException.Code
    FaultException.Message
    FaultException.Reason
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetType()
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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.

    Implements

    ISerializable
    _Exception
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation