Share via


ConnectionResetException 类

定义

重置连接时引发的异常。

public ref class ConnectionResetException : System::IO::IOException
public class ConnectionResetException : System.IO.IOException
type ConnectionResetException = class
    inherit IOException
Public Class ConnectionResetException
Inherits IOException
继承
ConnectionResetException

构造函数

ConnectionResetException(String)

初始化 ConnectionResetException 的新实例。

ConnectionResetException(String, Exception)

初始化 ConnectionResetException 的新实例。

适用于