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:

