RemotingException Class
The exception that is thrown when something has gone wrong during remoting.
For a list of all members of this type, see RemotingException Members.
System.Object
System.Exception
System.SystemException
System.Runtime.Remoting.RemotingException
System.Runtime.Remoting.RemotingTimeoutException
[Visual Basic] <Serializable> Public Class RemotingException Inherits SystemException [C#] [Serializable] public class RemotingException : SystemException [C++] [Serializable] public __gc class RemotingException : public SystemException [JScript] public Serializable class RemotingException extends SystemException
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
RemotingException uses the HRESULT COR_E_REMOTING, which has the value 0x8013150B.
RemotingException uses the default Equals implementation, which supports reference equality.
For a list of initial property values for an instance of RemotingException, see the RemotingException 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
RemotingException Members | System.Runtime.Remoting Namespace | Exception | Handling and Throwing Exceptions