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
stringMessage.
ResetStateFailureException(string, Exception)
Constructor.
public ResetStateFailureException(string message, Exception innerException)