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 Constructor

Creates a new RemotingException.

Overload List

Creates a new RemotingException with its message string set to a default message.

[Visual Basic] Overloads Public Sub New()
[C#] public RemotingException();
[C++] public: RemotingException();
[JScript] public function RemotingException();

Creates a new RemotingException with its message string set to message passing in the constructor.

[Visual Basic] Overloads Public Sub New(String)
[C#] public RemotingException(String);
[C++] public: RemotingException(String*);
[JScript] public function RemotingException(String);

Creates a new RemotingException with its message string set to message passing in the constructor.

[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public RemotingException(String, Exception);
[C++] public: RemotingException(String*, Exception);
[JScript] public function RemotingException(String, Exception);

See Also

RemotingException Class | RemotingException Members | System.Runtime.Remoting Namespace