Class ProtoResponseTooLargeException

Namespace
ProtoTest.Http
Assembly
ProtoTest.Http.dll
public sealed class ProtoResponseTooLargeException : Exception, ISerializable
Inheritance
ProtoResponseTooLargeException
Implements
Inherited Members
Extension Methods

Constructors

ProtoResponseTooLargeException(int, long)

public ProtoResponseTooLargeException(int maximumBytes, long observedBytes)

Parameters

maximumBytes int
observedBytes long

Properties

MaximumBytes

public int MaximumBytes { get; }

Property Value

int

ObservedBytes

public long ObservedBytes { get; }

Property Value

long