The exception that is thrown when the server or the client cannot be reached for a previously specified period of time.
See Also: RemotingTimeoutException Members
The System.Runtime.Remoting.RemotingTimeoutException is thrown when a remoting call does not complete in the specified timeout time.
System.Runtime.Remoting.RemotingTimeoutException uses the HRESULT COR_E_REMOTING, which has the value 0x8013150B.
System.Runtime.Remoting.RemotingTimeoutException uses the default object.Equals(object) implementation, which supports reference equality.
For a list of initial property values for an instance of System.Runtime.Remoting.RemotingTimeoutException, see the System.Runtime.Remoting.RemotingTimeoutException constructors.