ConnectionAbortedException 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 that is thrown when a connection is aborted by the server.
public ref class ConnectionAbortedException : OperationCanceledException
public class ConnectionAbortedException : OperationCanceledException
type ConnectionAbortedException = class
inherit OperationCanceledException
Public Class ConnectionAbortedException
Inherits OperationCanceledException
- Inheritance
-
ConnectionAbortedException
Constructors
ConnectionAbortedException() |
Initializes a new instance of ConnectionAbortedException. |
ConnectionAbortedException(String, Exception) |
Initializes a new instance of ConnectionAbortedException. |
ConnectionAbortedException(String) |
Initializes a new instance of ConnectionAbortedException. |