SocketException
Overview
Location
-
Reference:
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack
- Platforms: Island, Toffee
-
Ancestry:
- Exception | Exception | SocketException Island
- NSException | Exception | SocketException Toffee
- Exception | Exception | SocketException Island
Properties
ErrorCode virtual
property ErrorCode: Int32 read write;
Int32 ErrorCode { get; set; }
var ErrorCode: Int32 { get{} set{} }
Property ErrorCode() As Int32
Instance Methods
constructor Island
constructor
SocketException()
init()
Sub New()
constructor (String) Island
constructor(message: String)
SocketException(String message)
init(_ message: String)
Sub New(message As String)
Parameters:
- message:
constructor(message: String; innerException: Exception)
SocketException(String message, Exception innerException)
init(_ message: String, _ innerException: Exception)
Sub New(message As String, innerException As Exception)
Parameters:
- message:
- innerException: