System.Runtime.Remoting.RemotingTimeoutException Class

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

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class RemotingTimeoutException : RemotingException

Remarks

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.

Requirements

Namespace: System.Runtime.Remoting
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0