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