Constructor ConnectionAbortedException
- Namespace
- Alternet.Scripter.Debugger.Dap.Connections
- Assembly
- Alternet.Scripter.Debugger.Dap.v9.dll
ConnectionAbortedException()
Create a new instance of ConnectionAbortedException
public ConnectionAbortedException()
ConnectionAbortedException(string)
Create a new instance of ConnectionAbortedException
public ConnectionAbortedException(string message)
Parameters
message
string
ConnectionAbortedException(string, Exception)
Create a new instance of ConnectionAbortedException
public ConnectionAbortedException(string message, Exception inner)