Class DistributorRequestException
Thrown when it has not been possible to communicate with the Distributor Service instance at a given endpoint.
Namespace: Sp.Agent.Distributor
Assembly: Sp.Agent.Distributor.dll
Remarks
The InnerException
property contains details of the underlying exception.
Constructors
DistributorRequestException(Exception, Uri)
Creates a new DistributorRequestException citing the supplied cause and .
Declaration
public DistributorRequestException(Exception innerException, Uri baseUri)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerException | |
System.Uri | baseUri |
DistributorRequestException(SerializationInfo, StreamingContext)
Declaration
protected DistributorRequestException(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