Class AuthenticationException
An exception of this class is thrown if no specialized type is found.
Inheritance
object
AuthenticationException
Implements
Inherited Members
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class AuthenticationException : GenericControllerException, ISerializable
Constructors
View SourceAuthenticationException()
Creates a AuthenticationException object.
Declaration
public AuthenticationException()
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. |
AuthenticationException(string)
Creates a AuthenticationException object.
Declaration
public AuthenticationException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Message for object. |
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. |