Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Initializes a new instance of the PeerToPeerException class.

Namespace:   System.Net.PeerToPeer
Assembly:  System.Net (in System.Net.dll)

NameDescription
System_CAPS_pubmethodPeerToPeerException()

Initializes a new default instance of the PeerToPeerException class.

System_CAPS_protmethodPeerToPeerException(SerializationInfo^, StreamingContext)

Initializes a new instance of the PeerToPeerException class with serialized data.

System_CAPS_pubmethodPeerToPeerException(String^)

Initializes a new instance of the PeerToPeerException class with the supplied message string.

System_CAPS_pubmethodPeerToPeerException(String^, Exception^)

Initializes a new instance of the PeerToPeerException class with the supplied message string and exception.

Return to top
Show:
© 2017 Microsoft