Class UpdateFailedException

The exception indicating that a topic update failed.

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

Since 6.0

Constructors

UpdateFailedException(String)

Creates a new UpdateFailedException

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

The error message.

UpdateFailedException(String, Exception)

Creates a new UpdateFailedException.

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

The error message.

Exception innerException

The exception that caused the UpdateFailedException.

Back to top