Table of Contents

Class ExclusiveUpdaterConflictException

Namespace
PushTechnology.ClientInterface.Client.Features
Assembly
Diffusion.Client.dll

The exception to indicate an update could not be applied because an exclusive update source is registered for the path.

[Obsolete("Deprecated since 6.6. No longer used - will be removed in a future release.")]
public class ExclusiveUpdaterConflictException : SessionException, ISerializable
Inheritance
ExclusiveUpdaterConflictException
Implements
Inherited Members

Constructors

ExclusiveUpdaterConflictException(string)

Initializes a new ExclusiveUpdaterConflictException instance.

public ExclusiveUpdaterConflictException(string message)

Parameters

message string

The error message.

ExclusiveUpdaterConflictException(string, Exception)

Initializes a new ExclusiveUpdaterConflictException instance.

public ExclusiveUpdaterConflictException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.