SocketException构造函数
- String message, {
- OSError? osError,
- InternetAddress? address,
- int? port,
使用提供的值创建一个SocketException。
实现
const SocketException(this.message, {this.osError, this.address, this.port});
使用提供的值创建一个SocketException。
const SocketException(this.message, {this.osError, this.address, this.port});