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