AxaptaException Class

The AxaptaException exception is thrown when an unexpected Microsoft Dynamics AX error has occurred.

Namespace:  Microsoft.Dynamics
Assembly:  Microsoft.Dynamics.BusinessConnectorNet (in Microsoft.Dynamics.BusinessConnectorNet.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class AxaptaException _
    Inherits Exception _
    Implements ISerializable
'Usage
Dim instance As AxaptaException
[SerializableAttribute]
public class AxaptaException : Exception, 
    ISerializable
[SerializableAttribute]
public ref class AxaptaException : public Exception, 
    ISerializable

Remarks

The AxaptaException class serves as a base class for several exceptions in the Microsoft.Dynamics.BusinessConnectorNet namespace.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Dynamics.AxaptaException
      Microsoft.Dynamics.BusinessConnectorNet.BusinessConnectorException

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.

See Also

Reference

Microsoft.Dynamics Namespace