HttpProtocolException.ErrorCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the HTTP/2 or HTTP/3 error code associated with this exception.
public:
property long ErrorCode { long get(); };
public long ErrorCode { get; }
member this.ErrorCode : int64
Public ReadOnly Property ErrorCode As Long