Class ProtoResponseTooLargeException
public sealed class ProtoResponseTooLargeException : Exception, ISerializable
- Inheritance
-
ProtoResponseTooLargeException
- Implements
- Inherited Members
- Extension Methods
Constructors
ProtoResponseTooLargeException(int, long)
public ProtoResponseTooLargeException(int maximumBytes, long observedBytes)
Parameters
Properties
MaximumBytes
public int MaximumBytes { get; }
Property Value
ObservedBytes
public long ObservedBytes { get; }