Class UserTokenNotFoundException
Indicates that the specified user token was not found in the store for the ProductContextFor(String, String).
Namespace: Sp.Agent.Storage
Assembly: Sp.Agent.dll
Constructors
UserTokenNotFoundException(SerializationInfo, StreamingContext)
Serialization constructor.
Declaration
protected UserTokenNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
UserTokenNotFoundException(String, Tuple<String, String, String>)
Constructs UserTokenNotFoundException
Declaration
public UserTokenNotFoundException(string username, Tuple<string, string, string> vendorProductVersion)
Parameters
Type | Name | Description |
---|---|---|
System.String | username | |
System.Tuple<System.String, System.String, System.String> | vendorProductVersion |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception