RemotingException Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the RemotingException class with a specified message.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- message
-
Type:
System::String^
The error message that explains why the exception occurred.
RemotingException inherits from the SystemException class. The following table shows initial property values for an instance of the RemotingException class:
Property Type | Condition |
|---|---|
null | |
The message string |
.NET Framework
Available since 1.1
Available since 1.1
Show: