Search Results for

    Show / Hide Table of Contents

    Class AuthenticationException

    An exception of this class is thrown if no specialized type is found.

    Inheritance
    object
    Exception
    BaseException
    GeneralException
    GenericControllerException
    AuthenticationException
    Implements
    ISerializable
    Inherited Members
    GeneralException.Message
    BaseException.GetObjectData(SerializationInfo, StreamingContext)
    BaseException.ExtendedErrorInformation
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    Exception.SerializeObjectState
    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class AuthenticationException : GenericControllerException, ISerializable

    Constructors

    View Source

    AuthenticationException()

    Creates a AuthenticationException object.

    Declaration
    public AuthenticationException()
    View Source

    AuthenticationException(SerializationInfo, StreamingContext)

    Creates a AuthenticationException object. Deserialization constructor.

    Declaration
    protected AuthenticationException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    See .NET documentation.

    StreamingContext context

    See .NET documentation.

    View Source

    AuthenticationException(string)

    Creates a AuthenticationException object.

    Declaration
    public AuthenticationException(string message)
    Parameters
    Type Name Description
    string message

    Message for object.

    View Source

    AuthenticationException(string, Exception)

    Creates a AuthenticationException object.

    Declaration
    public AuthenticationException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    Message for object.

    Exception innerException

    Inner exception of object.

    Implements

    ISerializable
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics