Class InvalidLicenseKeyException
License Key format is invalid.
Namespace: Sp.Agent.Activation
Assembly: Sp.Agent.dll
Constructors
InvalidLicenseKeyException()
For internal use only.
Declaration
public InvalidLicenseKeyException()
Remarks
Subject to unlimited change without notice even in minor version changes.
InvalidLicenseKeyException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidLicenseKeyException class.
Declaration
protected InvalidLicenseKeyException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
System.Runtime.Serialization.StreamingContext | context | The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | The |
System.Runtime.Serialization.SerializationException | The class name is null or System.Exception.HResult is zero (0). |
InvalidLicenseKeyException(String, String)
For internal use only.
Declaration
public InvalidLicenseKeyException(string message, string licenseKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.String | licenseKey |
Remarks
Subject to unlimited change without notice even in minor version changes.
Properties
LicenseKey
For internal use only.
Declaration
public string LicenseKey { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Subject to unlimited change without notice even in minor version changes.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception