RemotingTimeoutException Class
.NET Framework 3.0
The exception that is thrown when the server or the client cannot be reached for a previously specified period of time.
Namespace: System.Runtime.Remoting
Assembly: mscorlib (in mscorlib.dll)
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
Not applicable.
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.Object
System.Exception
System.SystemException
System.Runtime.Remoting.RemotingException
System.Runtime.Remoting.RemotingTimeoutException
System.Exception
System.SystemException
System.Runtime.Remoting.RemotingException
System.Runtime.Remoting.RemotingTimeoutException
Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: