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