C# Class NAppUpdate.Framework.FeedReaderException

Inheritance: NAppUpdateException
显示文件 Open project: robinwassen/NAppUpdate2

Public Methods

Method Description
FeedReaderException ( ) : System
FeedReaderException ( SerializationInfo info, StreamingContext context ) : System
FeedReaderException ( string message ) : System
FeedReaderException ( string message, Exception ex ) : System

Method Details

FeedReaderException() public method

public FeedReaderException ( ) : System
return System

FeedReaderException() public method

public FeedReaderException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

FeedReaderException() public method

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

FeedReaderException() public method

public FeedReaderException ( string message, Exception ex ) : System
message string
ex System.Exception
return System