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 (String)

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

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

Parameters

message
The message that describes the exception

See Also

RemotingException Class | RemotingException Members | System.Runtime.Remoting Namespace | RemotingException Constructor Overload List