Use this constructor to instantiate the AudioToneException class:
public AudioToneException( int ErrorCode, string Message )
ErrorCode
A 32-bit value representing the fault incurred from the execution of a Tone method.
Message
Context-appropriate error string that describes the ErrorCode.
ErrorCode is assigned to the exception's Result property.