Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal message As String,  _ 
   ByVal inner As Exception _ 
)
C#
public PoolWaitTimoutException(
   string message,
   Exception inner
)
C++
public:
 PoolWaitTimoutException(
   String message,
   Exception inner
) sealed 
J#
public PoolWaitTimoutException(
   string message,
   Exception inner
)
JScript
public function PoolWaitTimoutException(
   message : String,
   inner : Exception
)

See Also