Class H2Exception
public class H2Exception : Exception, ISerializable
- Inheritance
-
H2Exception
- Implements
- Inherited Members
- Extension Methods
Constructors
H2Exception(string, H2ErrorCode, Exception?)
public H2Exception(string message, H2ErrorCode errorCode, Exception? innerException = null)
Parameters
message
stringerrorCode
H2ErrorCodeinnerException
Exception
Properties
ErrorCode
Error code according to https://httpwg.org/specs/rfc7540.html#ErrorCodes
public H2ErrorCode ErrorCode { get; }