RemotingTimeoutException Class
The exception that is thrown when the server or the client cannot be reached for a previously specified period of time.
For a list of all members of this type, see RemotingTimeoutException Members.
System.Object
System.Exception
System.SystemException
System.Runtime.Remoting.RemotingException
System.Runtime.Remoting.RemotingTimeoutException
[Visual Basic] <Serializable> Public Class RemotingTimeoutException Inherits RemotingException [C#] [Serializable] public class RemotingTimeoutException : RemotingException [C++] [Serializable] public __gc class RemotingTimeoutException : public RemotingException [JScript] public Serializable class RemotingTimeoutException extends RemotingException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
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.
Requirements
Namespace: System.Runtime.Remoting
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
RemotingTimeoutException Members | System.Runtime.Remoting Namespace | Exception | Handling and Throwing Exceptions