K2LicenseException Class
Members See Also 
SourceCode.Framework Namespace : K2LicenseException Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<SerializableAttribute()>
Public NotInheritable Class K2LicenseException 
   Inherits System.Exception
Visual Basic (Usage) Copy Code
Dim instance As K2LicenseException
C#  
[Serializable()]
public sealed class K2LicenseException : System.Exception 
C++/CLI  
[Serializable()]
public ref class K2LicenseException sealed : public System.Exception 

Inheritance Hierarchy

System.Object
   System.Exception
      SourceCode.Framework.K2LicenseException

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also