Click or drag to resize
PoolException Methods

The PoolException type exposes the following members.

Methods
  NameDescription
Public methodEquals
确定指定的 Object 是否等于当前的 Object
(Inherited from Object.)
Protected methodFinalize
允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。
(Inherited from Object.)
Public methodGetBaseException
当在派生类中重写时,返回 Exception,它是一个或多个并发的异常的根源。
(Inherited from Exception.)
Public methodGetHashCode
用作特定类型的哈希函数。
(Inherited from Object.)
Public methodGetObjectData
当在派生类中重写时,用关于异常的信息设置 SerializationInfo
(Inherited from Exception.)
Public methodGetType
获取当前实例的运行时类型。
(Inherited from Exception.)
Protected methodMemberwiseClone
创建当前 Object 的浅表副本。
(Inherited from Object.)
Public methodToString
创建并返回当前异常的字符串表示形式。
(Inherited from Exception.)
Top
See Also