<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.5-preview1" />

InvalidByteRangeException

An exception thrown by ByteRangeStreamContent in case none of the requested ranges overlap with the current extend of the selected resource. The current extend of the resource is indicated in the ContentRange property.

The current extend of the resource indicated in terms of a ContentRange header field.

Initializes a new instance of the InvalidByteRangeException class.

public InvalidByteRangeException(ContentRangeHeaderValue contentRange, string message)

Initializes a new instance of the InvalidByteRangeException class.

public InvalidByteRangeException(ContentRangeHeaderValue contentRange, string message, Exception innerException)

Initializes a new instance of the InvalidByteRangeException class.

Initializes a new instance of the InvalidByteRangeException class.