22 instantiations of Http3StreamErrorException
Microsoft.AspNetCore.Server.Kestrel.Core (22)
Internal\Http3\Http3Connection.cs (1)
650
throw new
Http3StreamErrorException
(CoreStrings.ReceivedLooseWebTransportStream, Http3ErrorCode.StreamCreationError);
Internal\Http3\Http3ControlStream.cs (1)
236
throw new
Http3StreamErrorException
(CoreStrings.FormatHttp3ControlStreamErrorUnsupportedType(_headerType), Http3ErrorCode.StreamCreationError);
Internal\Http3\Http3Stream.cs (20)
310
throw new
Http3StreamErrorException
(CoreStrings.BadRequest_HeadersExceedMaxTotalSize, Http3ErrorCode.RequestRejected);
371
throw new
Http3StreamErrorException
(bre.Message, Http3ErrorCode.MessageError);
375
throw new
Http3StreamErrorException
(CoreStrings.BadRequest_MalformedRequestInvalidHeaders, Http3ErrorCode.MessageError);
383
throw new
Http3StreamErrorException
(CoreStrings.HttpErrorConnectionSpecificHeaderField, Http3ErrorCode.MessageError);
394
throw new
Http3StreamErrorException
(CoreStrings.HttpErrorTrailerNameUppercase, Http3ErrorCode.MessageError);
398
throw new
Http3StreamErrorException
(CoreStrings.HttpErrorHeaderNameUppercase, Http3ErrorCode.MessageError);
428
throw new
Http3StreamErrorException
(CoreStrings.HttpErrorPseudoHeaderFieldAfterRegularHeaders, Http3ErrorCode.MessageError);
435
throw new
Http3StreamErrorException
(CoreStrings.HttpErrorTrailersContainPseudoHeaderField, Http3ErrorCode.MessageError);
445
throw new
Http3StreamErrorException
(CoreStrings.HttpErrorUnknownPseudoHeaderField, Http3ErrorCode.MessageError);
453
throw new
Http3StreamErrorException
(CoreStrings.HttpErrorResponsePseudoHeaderField, Http3ErrorCode.MessageError);
460
throw new
Http3StreamErrorException
(CoreStrings.HttpErrorDuplicatePseudoHeaderField, Http3ErrorCode.MessageError);
769
throw new
Http3StreamErrorException
(CoreStrings.Http3StreamErrorRequestEndedNoHeaders, Http3ErrorCode.RequestIncomplete);
777
throw new
Http3StreamErrorException
(CoreStrings.Http3StreamErrorLessDataThanLength, Http3ErrorCode.ProtocolError);
850
throw new
Http3StreamErrorException
(ex.Message, Http3ErrorCode.InternalError);
884
throw new
Http3StreamErrorException
(CoreStrings.Http3MethodMustBeConnectWhenUsingProtocolPseudoHeader, Http3ErrorCode.ProtocolError);
889
throw new
Http3StreamErrorException
(CoreStrings.Http3MissingAuthorityOrPathPseudoHeaders, Http3ErrorCode.ProtocolError);
894
throw new
Http3StreamErrorException
(CoreStrings.FormatHttp3WebTransportStatusMismatch(_context.ClientPeerSettings.EnableWebTransport == 1, _context.ServerPeerSettings.EnableWebTransport == 1), Http3ErrorCode.SettingsError);
899
throw new
Http3StreamErrorException
(CoreStrings.FormatHttp3DatagramStatusMismatch(_context.ClientPeerSettings.H3Datagram == 1, _context.ServerPeerSettings.H3Datagram == 1), Http3ErrorCode.SettingsError);
917
throw new
Http3StreamErrorException
(CoreStrings.HttpErrorMissingMandatoryPseudoHeaderFields, Http3ErrorCode.MessageError);
949
throw new
Http3StreamErrorException
(CoreStrings.Http3StreamErrorMoreDataThanLength, Http3ErrorCode.ProtocolError);
2 references to Http3StreamErrorException
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (1)
239
catch (
Http3StreamErrorException
ex)
Internal\Http3\Http3Stream.cs (1)
680
catch (
Http3StreamErrorException
ex)