InvalidLicenseException Class

An error occurred due to invalid license.
Hierarchy
SystemObject
  SystemException
    WebSupergoo.WordGlue4.UtilitiesInvalidLicenseException

 

Namespace:  WebSupergoo.WordGlue4.Utilities
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
[SerializableAttribute]
public class InvalidLicenseException : Exception

The InvalidLicenseException type exposes the following members.

Constructors
  Name Description
Public method InvalidLicenseException
Initialize a new instance of the InvalidLicenseException class.
Public method InvalidLicenseException(Exception)
Initialize a new instance of the InvalidLicenseException class.
Public method InvalidLicenseException(String, Exception)
Initialize a new instance of the InvalidLicenseException class.
Top
Methods
  Name Description
Public method GetObjectData
Used for serialization. Derived classes should override this function to serialize additional members.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
See Also