Class DistributorIntegrityException
Thrown when the Distributor Service detects an integrity violation. This signifies that the Licenses and/or Usage information on the specified Distributor Service machine have become inconsistent.
Namespace: Sp.Agent.Distributor
Assembly: Sp.Agent.Distributor.dll
Constructors
DistributorIntegrityException(SerializationInfo, StreamingContext)
Declaration
protected DistributorIntegrityException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
DistributorIntegrityException(Uri)
Creates a new DistributorIntegrityException citing the provided .
Declaration
public DistributorIntegrityException(Uri baseUri)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | baseUri |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception