API reference
Class DiscordIngressBodyTooLargeException
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
Represents a failure caused by an ingress request body exceeding the configured maximum size.
public sealed class DiscordIngressBodyTooLargeException : InvalidOperationException, ISerializable
- Inheritance
-
DiscordIngressBodyTooLargeException
- Implements
- Inherited Members
Remarks
Initializes a new instance of the DiscordIngressBodyTooLargeException class.
Constructors
- DiscordIngressBodyTooLargeException(int)
Represents a failure caused by an ingress request body exceeding the configured maximum size.
Properties
- MaxAllowedBytes
Gets the configured maximum request body size, in bytes.