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