C# Класс CodeProject.ObjectPool.Core.CannotResetStateException

This exception can be used to signal that the object whose state is being reset cannot be added back to the pool for some reason.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
CannotResetStateException ( string message ) : System

Builds the exception using given message.

Описание методов

CannotResetStateException() публичный Метод

Builds the exception using given message.
public CannotResetStateException ( string message ) : System
message string The message.
Результат System