March 2003
Intermediate to advanced
896 pages
32h 35m
English
LicenseException
This exception is thrown by LicenseManager.Validate( ) if a component cannot be granted a license.
You can get the type of the component that failed the license
validation with the LicensedType property.
public class LicenseException : SystemException { // Public Constructors public LicenseException(Type type); public LicenseException(Type type, object instance); public LicenseException(Type type, object instance, string message); public LicenseException(Type type, object instance, string message, Exception innerException); // Public Instance Properties public Type LicensedType{get; } }
System.Object
→ System.Exception(System.Runtime.Serialization.ISerializable) → System.SystemException → LicenseException
Read now
Unlock full access