Class NotLicnesedInvalidNamedUserException
Thrown when an attempt to resolve a Named User for the purpose of licensing failed either due to an Exception or the configured function returning null.
The InnerException
property contains details of the underlying exception.
Namespace: Sp.Agent.Distributor
Assembly: Sp.Agent.Distributor.dll
Remarks
This exception will only occur when the NamedUser functionality has been explictily configured. i.e. the WithNamedUser(Func<String>) The occurrence of this exception implies that there is an unhandled exceptional case in the configured NamedUser function
Constructors
NotLicnesedInvalidNamedUserException(Exception)
Creates a new NotLicnesedInvalidNamedUserException citing the supplied cause.
Declaration
public NotLicnesedInvalidNamedUserException(Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerException |
NotLicnesedInvalidNamedUserException(SerializationInfo, StreamingContext)
Declaration
protected NotLicnesedInvalidNamedUserException(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