AudRecordLib
|
#include <Error.h>
Public Member Functions | |
AudRecordException (String^ errorText, HRESULT hr) |
Generic exception class that covers failure HRESULTs from the native functions that aren't already covered by the builtin exception classes
AudRecord::AudRecordException::AudRecordException | ( | String^ | additionalText, |
HRESULT | hr | ||
) |
Constructs a generic exception for unrecognized HRESULTs returned from the aative functions
additionalText | Description of what caused the error |
hr | The HRESULT returned from the native function |