C# Class OpenHome.Net.Core.LibraryException

Inheritance: System.Exception
Afficher le fichier Open project: openhome/ohNet

Méthodes publiques

Méthode Description
LibraryException ( ) : System
LibraryException ( string message ) : System
LibraryException ( string message, Exception inner ) : System

Method Details

LibraryException() public méthode

public LibraryException ( ) : System
Résultat System

LibraryException() public méthode

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

LibraryException() public méthode

public LibraryException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System