Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AlreadyLoggedOnException exception is thrown when logon to Microsoft Dynamics AX fails because the user session is already logged on.
Namespace: Microsoft.Dynamics.BusinessConnectorNet
Assembly: Microsoft.Dynamics.BusinessConnectorNet (in Microsoft.Dynamics.BusinessConnectorNet.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class AlreadyLoggedOnException _
Inherits BusinessConnectorException _
Implements ISerializable
'Usage
Dim instance As AlreadyLoggedOnException
[SerializableAttribute]
public class AlreadyLoggedOnException : BusinessConnectorException,
ISerializable
[SerializableAttribute]
public ref class AlreadyLoggedOnException : public BusinessConnectorException,
ISerializable
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Dynamics.AxaptaException
Microsoft.Dynamics.BusinessConnectorNet.BusinessConnectorException
Microsoft.Dynamics.BusinessConnectorNet.AlreadyLoggedOnException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.