NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RemotingException Class

This class is the exception class for remoting. An Exception is thrown when something has gone wrong during remoting.

Object
   Exception
      SystemException
         RemotingException

[Visual Basic]
Public Class RemotingException
   Inherits SystemException
[C#]
public class RemotingException : SystemException
[C++]
public __gc class RemotingException : public SystemException
[JScript]
public class RemotingException extends SystemException

Remarks

[To be supplied.]

Requirements

Namespace: System.Runtime.Remoting

Assembly: mscorlib.dll

See Also

RemotingException Members | System.Runtime.Remoting Namespace