C# Class NewsKit.Exceptions.NotFound

Inheritance: System.Exception
Exibir arquivo Open project: wfarr/newskit

Public Methods

Method Description
NotFound ( ) : System
NotFound ( string message ) : System
NotFound ( string message, System inner ) : System

Protected Methods

Method Description
NotFound ( System info, System context ) : System

Method Details

NotFound() public method

public NotFound ( ) : System
return System

NotFound() protected method

protected NotFound ( System info, System context ) : System
info System
context System
return System

NotFound() public method

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

NotFound() public method

public NotFound ( string message, System inner ) : System
message string
inner System
return System