CannotDuplicateProductWitoutNextPartNumberException Constructor (Exception) |
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CannotDuplicateProductWitoutNextPartNumberException(
Exception inner
)
Public Sub New (
inner As Exception
)
public:
CannotDuplicateProductWitoutNextPartNumberException(
Exception^ inner
)
new :
inner : Exception -> CannotDuplicateProductWitoutNextPartNumberException
Parameters
- inner
- Type: SystemException
The inner.
See Also