C# Class NewsKit.Exceptions.NotUpdated

Inheritance: System.Exception
ファイルを表示 Open project: wfarr/newskit

Public Methods

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

Protected Methods

Method Description
NotUpdated ( System info, System context ) : System

Method Details

NotUpdated() public method

public NotUpdated ( ) : System
return System

NotUpdated() protected method

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

NotUpdated() public method

public NotUpdated ( string message ) : System
message string
return System

NotUpdated() public method

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