ExceptionHelperThrowMediaException Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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: Ozeki.CommonMediaExceptions
- args
- Type: SystemObject
See Also