The exception that is thrown when the iMIS Batch supplied to a finance related object has already been posted.

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
[SerializableAttribute]
public class BatchAlreadyPostedException : BusinessRulesViolationException
Visual Basic
<SerializableAttribute> _
Public Class BatchAlreadyPostedException _
	Inherits BusinessRulesViolationException
Visual C++
[SerializableAttribute]
public ref class BatchAlreadyPostedException : public BusinessRulesViolationException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Asi.iBO..::..BusinessRulesViolationException
      Asi.iBO..::..BatchAlreadyPostedException

See Also