C# Class Library.Net.Upnp.UpnpClientException

Inheritance: ManagerException
Afficher le fichier Open project: Alliance-Network/Library

Méthodes publiques

Méthode Description
UpnpClientException ( ) : System
UpnpClientException ( string message ) : System
UpnpClientException ( string message, Exception innerException ) : System

Method Details

UpnpClientException() public méthode

public UpnpClientException ( ) : System
Résultat System

UpnpClientException() public méthode

public UpnpClientException ( string message ) : System
message string
Résultat System

UpnpClientException() public méthode

public UpnpClientException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System