C# Class ZeroInstall.Services.Feeds.ReplayAttackException

Inheritance: System.IO.IOException
Afficher le fichier Open project: 0install/0install-win

Private Properties

Свойство Type Description
GetObjectData void
ReplayAttackException System

Méthodes publiques

Méthode 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

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ReplayAttackException ( SerializationInfo info, StreamingContext context ) : System

Deserializes an exception.

Method Details

ReplayAttackException() public méthode

public ReplayAttackException ( ) : System
Résultat System

ReplayAttackException() public méthode

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.
Résultat System

ReplayAttackException() public méthode

public ReplayAttackException ( string message ) : System
message string
Résultat System

ReplayAttackException() public méthode

public ReplayAttackException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System