C# Class Exceptions.NotFound

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

NotFound() public méthode

public NotFound ( )

NotFound() protected méthode

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

NotFound() public méthode

public NotFound ( string message )
message string

NotFound() public méthode

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