HttpClientRequestException Constructor (SerializationInfo, StreamingContext)DocuWare Platform .NET API
Initializes a new instance of the HttpClientRequestException class.

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

protected HttpClientRequestException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: OnlineSystem.Runtime.Serialization SerializationInfo
The OnlineSerializationInfo that holds the serialized object data about the exception being thrown.
context
Type: OnlineSystem.Runtime.Serialization StreamingContext
The OnlineStreamingContext that contains contextual information about the source or destination.
See Also