RemotingTimeoutException Class
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Class RemotingTimeoutException Inherits RemotingException 'Usage Dim instance As RemotingTimeoutException
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public class RemotingTimeoutException extends RemotingException
SerializableAttribute ComVisibleAttribute(true) public class RemotingTimeoutException extends RemotingException
The RemotingTimeoutException is thrown when a remoting call does not complete in the specified timeout time.
RemotingTimeoutException uses the HRESULT COR_E_REMOTING, which has the value 0x8013150B.
RemotingTimeoutException uses the default Equals implementation, which supports reference equality.
For a list of initial property values for an instance of RemotingTimeoutException, see the RemotingTimeoutException constructors.
System.Exception
System.SystemException
System.Runtime.Remoting.RemotingException
System.Runtime.Remoting.RemotingTimeoutException
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.