SocketException

Overview

Location

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 (String, Exception) Island

 

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: