Class RenewalNotAuthorizedActivationServerException
Indicates that the Software Potential service refused to renew the license due to a limitation on what date renewals are authorized until.
Namespace: Sp.Agent.Activation
Assembly: Sp.Agent.dll
Constructors
RenewalNotAuthorizedActivationServerException(Exception, String)
Creates an instance with the supplied inner exception detail and standard error message.
Declaration
public RenewalNotAuthorizedActivationServerException(Exception innerException, string code)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerException | The inner exception. |
System.String | code | The fault code encountered. |
RenewalNotAuthorizedActivationServerException(SerializationInfo, StreamingContext)
Declaration
protected RenewalNotAuthorizedActivationServerException(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