Class DistributorLicenseActivationServerException
Indicates that the Software Potential service refused to activate this Distributor license as the request was not sent from a Distributor runtime.
Namespace: Sp.Agent.Activation
Assembly: Sp.Agent.dll
Constructors
DistributorLicenseActivationServerException(Exception, String)
Creates an instance with the supplied inner exception detail and standard error message.
Declaration
public DistributorLicenseActivationServerException(Exception innerException, string code)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Exception | innerException | |
| System.String | code | 
DistributorLicenseActivationServerException(SerializationInfo, StreamingContext)
Declaration
protected DistributorLicenseActivationServerException(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