Table of Contents

Class H2Exception

Namespace
Fluxzy.Clients.H2
Assembly
Fluxzy.Core.dll
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 string
errorCode H2ErrorCode
innerException Exception

Properties

ErrorCode

public H2ErrorCode ErrorCode { get; }

Property Value

H2ErrorCode