C# Class OpenHome.Net.Core.LibraryException

Inheritance: System.Exception
Mostrar archivo Open project: openhome/ohNet

Public Methods

Method Description
LibraryException ( ) : System
LibraryException ( string message ) : System
LibraryException ( string message, Exception inner ) : System

Method Details

LibraryException() public method

public LibraryException ( ) : System
return System

LibraryException() public method

public LibraryException ( string message ) : System
message string
return System

LibraryException() public method

public LibraryException ( string message, Exception inner ) : System
message string
inner System.Exception
return System