C# Class System.Net.Http.HPack.HPackEncodingException

Inheritance: Exception
Datei anzeigen Open project: mikedn/runtime

Public Methods

Method Description
HPackEncodingException ( )
HPackEncodingException ( string message )
HPackEncodingException ( string message, Exception innerException )

Method Details

HPackEncodingException() public method

HPackEncodingException() public method

public HPackEncodingException ( string message )
message string

HPackEncodingException() public method

public HPackEncodingException ( string message, Exception innerException )
message string
innerException Exception