Property | Type | Description | |
---|---|---|---|
GetObjectData | void | ||
ReplayAttackException | System |
Method | Description | |
---|---|---|
ReplayAttackException ( ) : System | ||
ReplayAttackException ( |
Creates a new replay attack exception.
|
|
ReplayAttackException ( string message ) : System | ||
ReplayAttackException ( string message, |
Method | Description | |
---|---|---|
GetObjectData ( |
||
ReplayAttackException ( |
Deserializes an exception.
|
public ReplayAttackException ( |
||
feedUrl | 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 |
public ReplayAttackException ( string message ) : System | ||
message | string | |
return | System |
public ReplayAttackException ( string message, |
||
message | string | |
innerException | ||
return | System |