OSError

一个包含操作系统错误信息的 异常

实现类型

构造函数

OSError([String message = "", int errorCode = noErrorCode])
从消息和错误码创建一个 OSError 对象。
const

属性

errorCode int
操作系统提供的错误码。
final
hashCode int
该对象的消息哈希码。
no setterinherited
message String
操作系统提供的错误信息。如果没有与错误关联的消息,则为空。
final
runtimeType Type
该对象运行时类型的表示。
no setterinherited

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
inherited
toString() String
将 OSError 对象转换为字符串表示。
override

运算符

operator ==(Object other) bool
相等运算符。
inherited

常量

noErrorCode → const int
表示没有操作系统错误码的常量。