LicenseFile..::..GetCustomFieldValue Method
Returns the value for an item set in the CustomData that matches the entered
key. If the CustomData has not yet been set then a null exception will be thrown.
Also if the passed in String is empty an argument
exception is thrown.
Namespace:
CAS.Lib.CodeProtect.LicenseDscAssembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown if the CustomData object has no records. |
ArgumentException | Thrown if the input value is an empty String. |