Constructs an ItemsException with a supplied error message text.
public: ItemsException(string msg);
public ItemsException(string msg);
Public Sub New(msg As string)
ItemsException Class