OSError 类
包含操作系统错误信息的异常。
- 实现类型
构造函数
属性
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。inherited
-
toString(
) → String - 将 OSError 对象转换为字符串表示。override
操作符
-
operator ==(
Object other) → bool - 相等操作符。inherited
常量
- noErrorCode → const int
- 表示没有操作系统错误代码的常量。