2.2.2.9 RemotingException

RemotingException is a Derived Class of SystemException. The Library name of the Class is "mscorlib". There are no Members other than the Members inherited from the System.Exception Class. This Class has an additional constraint: The HResult MUST be hex value 0x8013150B.

 namespace System.Runtime.Remoting
 {
   class RemotingException : System.SystemException
   {
   }
 }