ConnectionClosedException

Overview

Location

Properties


Timeout

 

property Timeout: Boolean read;

 

Boolean Timeout { get; }

 

ReadOnly Property Timeout() As Boolean

Instance Methods


constructor

 

constructor

 

ConnectionClosedException()

 

Sub New()

constructor (Exception)

 

constructor(innerException: Exception)

 

ConnectionClosedException(Exception innerException)

 

Sub New(innerException As Exception)

Parameters:

  • innerException:

constructor (String)

 

constructor(message: String)

 

ConnectionClosedException(String message)

 

Sub New(message As String)

Parameters:

  • message:

constructor (Boolean)

 

constructor(timeout: Boolean)

 

ConnectionClosedException(Boolean timeout)

 

Sub New(timeout As Boolean)

Parameters:

  • timeout: