Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Exceptions Namespace / InvalidEntityIdArgumentException Class
Members
In This Topic
    InvalidEntityIdArgumentException Class
    In This Topic
    An error that is triggered when a method accepts an entity id as a parameter, but the id does not refer to a valid / known entity.
    Syntax
    public class InvalidEntityIdArgumentException : System.ArgumentException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.SystemException
             System.ArgumentException
                CommerceBuilder.Exceptions.InvalidEntityIdArgumentException

    See Also