Encog 1.1 for DotNet
SpiderException Constructor (e)
NamespacesEncog.Bot.SpiderSpiderExceptionSpiderException(Exception)
Pass on an exception as a SpiderException.
Declaration Syntax
C#Visual BasicVisual C++
public SpiderException(
	Exception e
)
Public Sub New ( _
	e As Exception _
)
public:
SpiderException(
	Exception^ e
)
Parameters
e (Exception)
The other exception.

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)