Class VirtualMachineNotAllowedException
Indicates that the supplied license blob has a stipulation on it that it not be used within a Virtual Machine environment and hence it is not suitable for use on the current machine.
See Install(Byte[]).
Namespace: Sp.Agent.Storage
Assembly: Sp.Agent.dll
Constructors
VirtualMachineNotAllowedException()
Constructs a new VirtualMachineNotAllowedException.
Declaration
public VirtualMachineNotAllowedException()
VirtualMachineNotAllowedException(SerializationInfo, StreamingContext)
Serialization constructor.
Declaration
protected VirtualMachineNotAllowedException(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