Microsoft.Dynamics.BusinessConnectorNet Namespace
Dynamics AX 4.0
The Microsoft.Dynamics.BusinessConnectorNet namespace, along with the Microsoft.Dynamics namespace, provides the .NET classes for the Axapta Business Connector.
| Class | Description |
|---|---|
| AlreadyLoggedOnException | The AlreadyLoggedOnException exception is thrown when logon to Axapta fails because the user session is already logged on. |
| Axapta | The Axapta class provides the ability to connect to the Microsoft Dynamics AX system, create Axapta classes, create Axapta records, and containers, and buffer objects, execute transactions, and perform other Microsoft Dynamics AX system tasks. |
| AxaptaBuffer | The AxaptaBuffer class provides the ability add data to and retrieve data from an Axapta buffer. An AxaptaBuffer object can be used with AxaptaContainer objects. |
| AxaptaBufferNotValidException | The AxaptaBufferNotValidException exception is thrown when the Axapta buffer being referenced is not valid. |
| AxaptaContainer | The AxaptaContainer class provides the ability to read and write to and from Axapta containers. |
| AxaptaContainerNotValidException | The AxaptaContainerNotValidException exception is thrown when the Axapta container being referenced is not valid. |
| AxaptaObject | The AxaptaObject class provides the ability to call Axapta class methods. |
| AxaptaObjectNotValidException | The AxaptaObjectNotValidException exception is thrown when the Axapta object being referenced does not exist. |
| AxaptaRecord | The AxaptaRecord class provides functionality for reading and modifying Axapta records. |
| AxaptaRecordNotValidException | The AxaptaRecordNotValidException exception is thrown when the Axapta record being referenced is not valid. |
| BusinessConnectorException | The BusinessConnectorException exception is thrown when an unexpected error has occurred with the Business Connector. |
| BusinessConnectorInstanceInvalid | |
| ConnectionLostException | The ConnectionLostException exception is thrown when the connection to the AOS is lost. |
| DebuggerStopException | The DebuggerStopException exception is thrown when the Axapta debugger has been stopped. |
| ExceptionErrorException | The ExceptionErrorException exception is thrown when an unexpected system exception has occurred. |
| FatalErrorLoggedOffException | The FatalErrorLoggedOffException exception is thrown when the Axapta session is closed due to an error. |
| InitializationFailedException | The InitializationFailedException exception is thrown when the .NET Business Connector fails to initialize. |
| InvalidReturnValueException | The InvalidReturnValueException exception is thrown when a return value is invalid. |
| LogonAsGuestNotSupportedException | |
| LogonFailedException | The LogonFailedException exception is thrown during an Axapta logon failure. |
| LogonSystemChangedException | The LogonSystemChangedException exception is thrown when logon to Axapta fails due to logon parameters not matching those currently in use for the Business Connector. |
| LogonUserLockedOutException | The LogonUserLockedOutException exception is thrown when the user attempting a logon is locked out due to exceeding the maximum number of logon attempts. |
| MethodUnknownException | The MethodUnknownException exception is thrown when the method being referenced is not known by the system. |
| NoIISRightsException | The NoIISRightsException exception is thrown when logon to Axapta fails because the user has not been granted the proper IIS rights. |
| NoSecurityKeyException | The NoSecurityKeyException exception is thrown when a requested operation fails because the required security key does not exist. |
| NotLoggedOnException | The NotLoggedOnException exception is thrown when a requested operation cannot be performed because the user is not logged on. |
| PermissionDeniedException | The PermissionDeniedException exception is thrown when permission is denied to execute an operation. |
| ServerCommunicationErrorException | The ServerCommunicationErrorException exception is thrown when communication between the client computer and the server fails. |
| ServerOutOfReachException | The ServerOutOfReachException exception is thrown when communication with the server could not be established. |
| ServerOutOfResourcesException | The ServerOutOfResourcesException exception is thrown when the server terminates the session due to the server not having enough free resources. |
| ServerUnavailableException | The ServerUnavailableException exception is thrown when the server is unavailable. Microsoft Dynamics AX will attempt to connect to other servers listed in the client configuration. |
| SessionTerminatedException | The T:Microsoft.Dynamics.BusinessConnectorNet.SessionTerminatedException exception is thrown when the server terminates the session. |
| UnknownClassHandleException | The UnknownClassHandleException exception is thrown when the class being referenced does not exist. |
| UnknownRecordException | The UnknownRecordException exception is thrown when the record being referenced does not exist. |
| UnknownTextException | The UnknownTextException exception is thrown when an unknown text exception has occurred. |
| UnknownXPPClassException | The UnknownXPPClassException exception is thrown when an X++ exception has occurred. |
| XppException | The XppException exception is thrown when an X++ exception has occurred. |
Show: