Show / Hide Table of Contents

Class SyncRaceException

Multiple computers are trying to sync with the same account at the same time.

Inheritance
Object
SyncRaceException
Namespace: ZeroInstall.DesktopIntegration
Assembly: ZeroInstall.DesktopIntegration.dll
Syntax
public class SyncRaceException : WebException

Constructors

SyncRaceException(WebException)

Declaration
public SyncRaceException(WebException ex)
Parameters
Type Name Description
WebException ex

SyncRaceException(SerializationInfo, StreamingContext)

Declaration
protected SyncRaceException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
Type Name Description
SerializationInfo serializationInfo
StreamingContext streamingContext
In This Article
Back to top Copyright Bastian Eicher et al