Table of Contents

Class UpdateFailedException

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

The exception indicating that a topic update failed.

public class UpdateFailedException : SessionException, ISerializable
Inheritance
UpdateFailedException
Implements
Inherited Members

Remarks

Since 6.0

Constructors

UpdateFailedException(string)

Creates a new UpdateFailedException

public UpdateFailedException(string message)

Parameters

message string

The error message.

UpdateFailedException(string, Exception)

Creates a new UpdateFailedException.

public UpdateFailedException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused the UpdateFailedException.