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

Syntax

Visual Basic (Declaration)
Public Class PoolWaitTimoutException
    Inherits Exception
C#
public class PoolWaitTimoutException : Exception
C++
ref class PoolWaitTimoutException : Exception
J#
public class PoolWaitTimoutException extends Exception
JScript
public class PoolWaitTimoutException extends Exception

Inheritance Hierarchy

System.Object
   System.Exception
      rocketsoftware.MVSP.PoolWaitTimoutException

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also