C# Class NMaier.SimpleDlna.Server.HttpStatusException

Inheritance: NMaier.SimpleDlna.Server.HttpException
Show file Open project: nmaier/simpleDLNA

Public Methods

Method Description
HttpStatusException ( ) : System
HttpStatusException ( HttpCode code ) : System
HttpStatusException ( HttpCode code, Exception innerException ) : System
HttpStatusException ( string message ) : System
HttpStatusException ( string message, Exception innerException ) : System

Private Methods

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

Method Details

HttpStatusException() public method

public HttpStatusException ( ) : System
return System

HttpStatusException() public method

public HttpStatusException ( HttpCode code ) : System
code HttpCode
return System

HttpStatusException() public method

public HttpStatusException ( HttpCode code, Exception innerException ) : System
code HttpCode
innerException System.Exception
return System

HttpStatusException() public method

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

HttpStatusException() public method

public HttpStatusException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System