ExceptionHelperThrowVoIPException Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static void ThrowVoIPException(
VoIPExceptions ex,
params Object[] args
)
Public Shared Sub ThrowVoIPException (
ex As VoIPExceptions,
ParamArray args As Object()
)
public:
static void ThrowVoIPException(
VoIPExceptions ex,
... array<Object^>^ args
)
static member ThrowVoIPException :
ex : VoIPExceptions *
args : Object[] -> unit
Parameters
- ex VoIPExceptions
-
- args Object
-
See Also