Skip to main content
Version: 4.1

LicenseErrorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the LicenseError event.

public class LicenseErrorEventArgs : EventArgs

Constructors

Instance member LicenseErrorEventArgs(error)

Initializes a new instance of the LicenseErrorEventArgs class.

NameTypeDescription
errorStringLicense error.

Properties

Instance member Error

String: Indicates the type of license error that has occurred.

Used By

NameDescription
LicenseErrorEventHandlerRepresents the method that will handle the LicenseError event.