LicenseException

LicenseException

System.ComponentModel (system.dll) class

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; } } 

Hierarchy

System.Object System.Exception(System.Runtime.Serialization.ISerializable) System.SystemException LicenseException



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net