Class ServerOSNotAllowedException
Indicates that the supplied license blob has a stipulation on it that it not be used in a Server OS 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
ServerOSNotAllowedException()
Constructs a new ServerOSNotAllowedException.
Declaration
public ServerOSNotAllowedException()
ServerOSNotAllowedException(SerializationInfo, StreamingContext)
Serialization constructor.
Declaration
protected ServerOSNotAllowedException(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