C# Class ZeroInstall.Services.Feeds.ReplayAttackException

Inheritance: System.IO.IOException
Mostrar archivo Open project: 0install/0install-win

Private Properties

Property Type Description
GetObjectData void
ReplayAttackException System

Public Methods

Method Description
ReplayAttackException ( ) : System
ReplayAttackException ( Uri feedUrl, System.DateTime oldTime, System.DateTime newTime ) : System

Creates a new replay attack exception.

ReplayAttackException ( string message ) : System
ReplayAttackException ( string message, Exception innerException ) : System

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ReplayAttackException ( SerializationInfo info, StreamingContext context ) : System

Deserializes an exception.

Method Details

ReplayAttackException() public method

public ReplayAttackException ( ) : System
return System

ReplayAttackException() public method

Creates a new replay attack exception.
public ReplayAttackException ( Uri feedUrl, System.DateTime oldTime, System.DateTime newTime ) : System
feedUrl System.Uri The URL of the feed file to be added to the cache.
oldTime System.DateTime The last changed time stamp of the existing file in the cache.
newTime System.DateTime The last changed time stamp of the new file to be added.
return System

ReplayAttackException() public method

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

ReplayAttackException() public method

public ReplayAttackException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System