BadScript 2
Loading...
Searching...
No Matches
BadNetworkConsoleException.cs
Go to the documentation of this file.
1using System;
2
7
11public class BadNetworkConsoleException : Exception
12{
17 public BadNetworkConsoleException(string message) : base(message) { }
18}
Exception that is thrown when the remote console encounters an error.
Contains the Implementation of the Remote Console Abstraction over TCP.