AxaptaContainerNotValidException Class

The AxaptaContainerNotValidException exception is thrown when the Axapta container being referenced is not valid.

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class AxaptaContainerNotValidException _
    Inherits BusinessConnectorException _
    Implements ISerializable
'Usage
Dim instance As AxaptaContainerNotValidException
[SerializableAttribute]
public sealed class AxaptaContainerNotValidException : BusinessConnectorException, 
    ISerializable
[SerializableAttribute]
public ref class AxaptaContainerNotValidException sealed : public BusinessConnectorException, 
    ISerializable

Inheritance Hierarchy

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

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.BusinessConnectorNet Namespace