Get the DOFProviderInfo of the DOFException, if any.
- Lifecycle
- The data returned is owned by the DOFException and is only valid as long as the DOFException remains valid. It must not be destroyed individually.
- Parameters
-
self | The DOFException. This must not be NULL, and should be a valid DOFErrorException or DOFProviderException. |
- Returns
- The DOFProviderInfo of the DOFException, or NULL if the exception did not originate from a Provider (it originated from the library itself).
- Exceptions
-
NULL | is returned if an invalid parameter is detected. |