C# Class NewsKit.Exceptions.NotFound

Inheritance: System.Exception
Afficher le fichier Open project: wfarr/newskit

Méthodes publiques

Méthode Description
NotFound ( ) : System
NotFound ( string message ) : System
NotFound ( string message, System inner ) : System

Méthodes protégées

Méthode Description
NotFound ( System info, System context ) : System

Method Details

NotFound() public méthode

public NotFound ( ) : System
Résultat System

NotFound() protected méthode

protected NotFound ( System info, System context ) : System
info System
context System
Résultat System

NotFound() public méthode

public NotFound ( string message ) : System
message string
Résultat System

NotFound() public méthode

public NotFound ( string message, System inner ) : System
message string
inner System
Résultat System