C# Class Exceptions.BadFeed

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

Public Methods

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

Protected Methods

Method Description
BadFeed ( System info, System context )

Method Details

BadFeed() public method

public BadFeed ( )

BadFeed() protected method

protected BadFeed ( System info, System context )
info System
context System

BadFeed() public method

public BadFeed ( string message )
message string

BadFeed() public method

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