Exception thrown if an unsupported codec is encountered. More...
Inherits Exception.
Public Member Functions | |
UnsupportedCodecException (string info, Codec codec) | |
Create a new UnsupportedCodecException. More... | |
Exception thrown if an unsupported codec is encountered.
UnsupportedCodecException | ( | string | info, |
Codec | codec | ||
) |
Create a new UnsupportedCodecException.
info | The info prepending standard message. |
codec | The codec actually encountered. |