Class LicenseTargetEnvironmentMismatchException
Indicates that the license cannot be installed in current execution environment, as it is different to the environment from which the license activation request originated. Typically this may occur when trying to install a license:
- in environment different to the one from which the license activation request originated
- using a configuration different to the one which generated the activation request
- using a Removable license storage when the removable device is unplugged
Namespace: Sp.Agent.Storage
Assembly: Sp.Agent.dll
Constructors
LicenseTargetEnvironmentMismatchException()
Constructs a new LicenseTargetEnvironmentMismatchException.
Declaration
public LicenseTargetEnvironmentMismatchException()
LicenseTargetEnvironmentMismatchException(SerializationInfo, StreamingContext)
Serialization constructor.
Declaration
protected LicenseTargetEnvironmentMismatchException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception