C# Класс ZeroInstall.Services.Feeds.ReplayAttackException

Наследование: System.IO.IOException
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetObjectData void
ReplayAttackException System

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ReplayAttackException ( SerializationInfo info, StreamingContext context ) : System

Deserializes an exception.

Описание методов

ReplayAttackException() публичный Метод

public ReplayAttackException ( ) : System
Результат System

ReplayAttackException() публичный Метод

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.
Результат System

ReplayAttackException() публичный Метод

public ReplayAttackException ( string message ) : System
message string
Результат System

ReplayAttackException() публичный Метод

public ReplayAttackException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System