Table of Contents

Class ResetStateFailureException

Namespace
CodeProject.ObjectPool
Assembly
CodeProject.ObjectPool.dll

Exception which can be thrown from CodeProject.ObjectPool.PooledObject.ResetState() delegate in order to let the pool know that the object could not be successfully reset and that it should be released.

public class ResetStateFailureException : Exception, ISerializable
Inheritance
ResetStateFailureException
Implements
Inherited Members

Constructors

ResetStateFailureException()

Constructor.

public ResetStateFailureException()

ResetStateFailureException(string)

Constructor.

public ResetStateFailureException(string message)

Parameters

message string

Message.

ResetStateFailureException(string, Exception)

Constructor.

public ResetStateFailureException(string message, Exception innerException)

Parameters

message string

Message.

innerException Exception

Inner exception.