ConnectionResetException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An exception thrown when the connection is reset.
public ref class ConnectionResetException : System::IO::IOException
public class ConnectionResetException : System.IO.IOException
type ConnectionResetException = class
inherit IOException
Public Class ConnectionResetException
Inherits IOException
- Inheritance
-
ConnectionResetException
Constructors
ConnectionResetException(String, Exception) |
Initializes a new instance of ConnectionResetException. |
ConnectionResetException(String) |
Initializes a new instance of ConnectionResetException. |