ExceptionHelperThrowMediaException Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static void ThrowMediaException(
MediaExceptions ex,
params Object[] args
)
Public Shared Sub ThrowMediaException (
ex As MediaExceptions,
ParamArray args As Object()
)
public:
static void ThrowMediaException(
MediaExceptions ex,
... array<Object^>^ args
)
static member ThrowMediaException :
ex : MediaExceptions *
args : Object[] -> unit
Parameters
- ex
- Type: MediaExceptions
- args
- Type: SystemObject
See Also