Class ExclusiveUpdaterConflictException

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

Inheritance
System.Object
SessionException
ExclusiveUpdaterConflictException
Namespace: PushTechnology.ClientInterface.Client.Features
Assembly: Diffusion.Client.dll
Syntax
public class ExclusiveUpdaterConflictException : SessionException

Constructors

ExclusiveUpdaterConflictException(String)

Initializes a new ExclusiveUpdaterConflictException instance.

Declaration
public ExclusiveUpdaterConflictException(string message)
Parameters
Type Name Description
System.String message

The error message.

ExclusiveUpdaterConflictException(String, Exception)

Initializes a new ExclusiveUpdaterConflictException instance.

Declaration
public ExclusiveUpdaterConflictException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The error message.

Exception innerException

The inner exception.

Back to top