The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PeerToPeerException Constructor
.NET Framework (current version)
Initializes a new instance of the PeerToPeerException class.
Assembly: System.Net (in System.Net.dll)
| Name | Description | |
|---|---|---|
![]() | PeerToPeerException() | Initializes a new default instance of the PeerToPeerException class. |
![]() | PeerToPeerException(SerializationInfo^, StreamingContext) | Initializes a new instance of the PeerToPeerException class with serialized data. |
![]() | PeerToPeerException(String^) | Initializes a new instance of the PeerToPeerException class with the supplied message string. |
![]() | PeerToPeerException(String^, Exception^) | Initializes a new instance of the PeerToPeerException class with the supplied message string and exception. |
Show:

