Table of Contents

Constructor ConnectionResetException

Namespace
Alternet.Scripter.Debugger.Dap.Connections
Assembly
Alternet.Scripter.Debugger.Dap.v9.dll

ConnectionResetException()

Create a new ConnectionResetException instance

public ConnectionResetException()

ConnectionResetException(string)

Create a new ConnectionResetException instance

public ConnectionResetException(string message)

Parameters

message string

ConnectionResetException(string, Exception)

Create a new ConnectionResetException instance

public ConnectionResetException(string message, Exception inner)

Parameters

message string
inner Exception