C# Class Exceptions.NotFound

Inheritance: System.Exception
Datei anzeigen Open project: wfarr/newskit

Public Methods

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

Protected Methods

Method Description
NotFound ( System info, System context )

Method Details

NotFound() public method

public NotFound ( )

NotFound() protected method

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

NotFound() public method

public NotFound ( string message )
message string

NotFound() public method

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