Represents errors that occur during serial keys creation or verification.


The following tables list the members exposed by SerialException.

Public Constructors

Name Description
Static Public method SerialException Overloaded.
Top

Public Properties

Name Description
Public property Data (inherited from Exception)
Public property HelpLink (inherited from Exception)
Public property InnerException (inherited from Exception)
Public property Message (inherited from Exception)
Public property Source (inherited from Exception)
Public property StackTrace (inherited from Exception)
Public property TargetSite (inherited from Exception)
Top

Protected Properties

Name Description
Family property HResult (inherited from Exception)
Top

Public Methods

Name Description
Public method Equals (inherited from Object)
Public method GetBaseException (inherited from Exception)
Public method GetHashCode (inherited from Object)
Public method GetObjectData (inherited from Exception)
Public method GetType (inherited from Exception)
Public method ToString (inherited from Exception)
Top

Protected Methods

Name Description
Family method Finalize (inherited from Object)
Family method MemberwiseClone (inherited from Object)
Top

Explicit Interface Implementations

Name Description
Static Private method SerialException Overloaded.
Top

See Also