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