Represents errors that occur during serial keys creation or verification.


Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)

Syntax

Visual Basic (Declaration)
Public Class SerialException
    Inherits Exception
C#
public class SerialException : Exception
C++
ref class SerialException : Exception
J#
public class SerialException extends Exception
JScript
public class SerialException extends Exception

Inheritance Hierarchy

System.Object
   System.Exception
      SeriousBit.Licensing.SerialException

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also