C# Class Exceptions.NotUpdated

Inheritance: System.Exception
Show file Open project: wfarr/newskit

Public Methods

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

Protected Methods

Method Description
NotUpdated ( System info, System context )

Method Details

NotUpdated() public method

public NotUpdated ( )

NotUpdated() protected method

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

NotUpdated() public method

public NotUpdated ( string message )
message string

NotUpdated() public method

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