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, Exception)

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, _
   ByVal InnerException As Exception _
)
[C#]
public RemotingException(
   string message,
   Exception InnerException
);
[C++]
public: RemotingException(
   String* message,
   Exception* InnerException
);
[JScript]
public function RemotingException(
   message : String,
   InnerException : Exception
);

Parameters

message
The message that describes the exception
InnerException
The exception to create a RemotingException from

See Also

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