LoginFailedException Class

This is a Library topic for RemObjects SDK for .NET
This page is generated from external data, please do not update
Namespaces — Interfaces — Classes — Enums — Implements
Contents |
Overview
The LoginFailedException class is a descendant of the ServerException class and represents login exceptions that occured during the logging of the DA client to the DA server.
You can use the LoginFailedException class inside the login method on the server side, where you can create and throw the exception and process it properly on the client side.
Location
- Assembly: RemObjects.SDK.dll
- Namespace: RemObjects.SDK.Exceptions
- Ancestry: System.Exception | ServerException | LoginFailedException
Properties
| FromServer (declared in ServerException) |
|---|
|
This property is set to true if the exception was received from the server and was re-thrown on the client tier. It's false if the exception was thrown on the same tier as the code processing it.
|
| ServerStackTrace (declared in ServerException) |
|
The stack trace of the exception location obtained from the server, if available.
|
Instance Methods
| constructor () |
|---|
|
Creates a new instance of the LoginFailedException class with the default exception message Login failed.
|
| constructor (String) |
|
Creates a new instance of the LoginFailedException class with a specified exception message.
|
| constructor (String, Boolean) |
|
Creates a new instance of the LoginFailedException class with a specified exception message and a boolean value that equals true if the exception was received from the server and was re-thrown on the client tier, or false if the exception was thrown on the same tier as the code processing it.
|
| constructor (String, Exception) (declared in ServerException) |
|
|
| GetAttributeCount (declared in ServerException) |
|
|
| GetAttributeName (declared in ServerException) |
|
|
| GetAttributeValue (declared in ServerException) |
|
|
See Also
- ServerException
- Lists
- RemObjects SDK for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects SDK shared: Data Types – File Types
- other editions
- RemObjects SDK for Xcode: Protocols — Classes — Enums — Aliases — Implements
- RemObjects SDK for Delphi: Interfaces — Classes — Aliases — Implements
- RemObjects SDK for Java: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects SDK for JavaScript: Objects

Product: RemObjects SDK
Available Editions: RemObjects SDK for .NET, Xcode, Delphi, Java and JavaScript