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 );
RemotingException Class | RemotingException Members | System.Runtime.Remoting Namespace | RemotingException Constructor Overload List