PeerToPeerException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the PeerToPeerException class with the supplied message string and exception.
Assembly: System.Net (in System.Net.dll)
Parameters
- message
-
Type:
System::String^
The error message that explains the reason for the PeerToPeerException.
- innerException
-
Type:
System::Exception^
The exception instance that caused the current Exception.
.NET Framework
Available since 3.5
Available since 3.5
Show: