set_SocketErrorCode()

Details_SocketException::set_SocketErrorCode(SocketError) method

Sets the socket error code.

void System::Net::Sockets::Details_SocketException::set_SocketErrorCode(SocketError socketError)

Arguments

ParameterTypeDescription
socketErrorSocketErrorThe socket error code to set.

See Also