OpenHome.Net.Core.LibraryException.LibraryException C# (CSharp) Method

LibraryException() public method

public LibraryException ( ) : System
return System
        public LibraryException() { }
        public LibraryException(string message) : base(message) { }

Same methods

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