Class NonmatchingProductIdException
Indicates that the supplied license blob is not valid for the ProductContextFor(String, String).
See Install(Byte[]).
Namespace: Sp.Agent.Storage
Assembly: Sp.Agent.dll
Constructors
NonmatchingProductIdException(SerializationInfo, StreamingContext)
Serialization constructor.
Declaration
protected NonmatchingProductIdException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
NonmatchingProductIdException(Tuple<String, String, String>, Tuple<String, String, String>)
Constructs a new NonmatchingProductIdException.
Declaration
public NonmatchingProductIdException(Tuple<string, string, string> expected, Tuple<string, string, string> actual)
Parameters
Type | Name | Description |
---|---|---|
System.Tuple<System.String, System.String, System.String> | expected | The product Id that was expected based on the ProductContextFor(String, String). |
System.Tuple<System.String, System.String, System.String> | actual | The product Id that the activated license is for. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception