C# Class Castle.MicroKernel.Lifestyle.Pool.PoolException

Inheritance: System.Exception
Show file Open project: castleproject/Windsor

Public Methods

Method Description
PoolException ( SerializationInfo info, StreamingContext context ) : System
PoolException ( string message ) : System

Method Details

PoolException() public method

public PoolException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

PoolException() public method

public PoolException ( string message ) : System
message string
return System