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
파일 보기 프로젝트 열기: pomma89/ObjectPool

공개 메소드들

메소드 설명
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