35 if ((ulong)num <= 16
uL)
40 return "H3_NO_ERROR (0x100)";
42 return "H3_GENERAL_PROTOCOL_ERROR (0x101)";
44 return "H3_INTERNAL_ERROR (0x102)";
46 return "H3_STREAM_CREATION_ERROR (0x103)";
48 return "H3_CLOSED_CRITICAL_STREAM (0x104)";
50 return "H3_FRAME_UNEXPECTED (0x105)";
52 return "H3_FRAME_ERROR (0x106)";
54 return "H3_EXCESSIVE_LOAD (0x107)";
56 return "H3_ID_ERROR (0x108)";
58 return "H3_SETTINGS_ERROR (0x109)";
60 return "H3_MISSING_SETTINGS (0x10A)";
62 return "H3_REQUEST_REJECTED (0x10B)";
64 return "H3_REQUEST_CANCELLED (0x10C)";
66 return "H3_REQUEST_INCOMPLETE (0x10D)";
68 return "H3_CONNECT_ERROR (0x10F)";
70 return "H3_VERSION_FALLBACK (0x110)";
73 return "(unknown error)";
Http3ProtocolException(SerializationInfo info, StreamingContext context)
static string GetName(Http3ErrorCode errorCode)
Http3ProtocolException(string message, Http3ErrorCode errorCode)
override void GetObjectData(SerializationInfo info, StreamingContext context)