|
Construct a DOFException using an Interface Exception (an Item within an Interface).
- Resource Management:
- This function allocates resources that must later be freed by calling DOFException_Destroy.
- Parameters
-
iException | The DOFInterfaceException, indicating the item identifier of the exception as defined by its related interface definition. This should not be NULL. |
parameterCount | The number of parameters for the exception. This must be less than 256. |
parameters | The parameters for the exception. This must not be NULL if parameterCount > 0. |
- Returns
- A new DOFException. If the desired exception cannot be allocated, a DOFException representing a DOFERROR_INSUFFICIENT_RESOURCES exception is returned in its place.
- Exceptions
-
NULL | is returned if the parameters do not match the Interface's defined parameter type(s). |
|