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
表示没有操作系统错误代码的常量。