C# Class BlackLinks.HostManagerException

Inheritance: System.Exception
Show file Open project: heapsource/BlackLinks

Public Methods

Method Description
HostManagerException ( string message ) : System

Protected Methods

Method Description
HostManagerException ( SerializationInfo info, StreamingContext context ) : System

Method Details

HostManagerException() protected method

protected HostManagerException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

HostManagerException() public method

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