C# 클래스 ZeroInstall.Services.Feeds.ReplayAttackException

상속: System.IO.IOException
파일 보기 프로젝트 열기: 0install/0install-win

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