C# Class Exceptions.NotUpdated

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

NotUpdated() public méthode

public NotUpdated ( )

NotUpdated() protected méthode

protected NotUpdated ( System info, System context )
info System
context System

NotUpdated() public méthode

public NotUpdated ( string message )
message string

NotUpdated() public méthode

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