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
messagestringThe error message.
UpdateFailedException(string, Exception)
Creates a new UpdateFailedException.
public UpdateFailedException(string message, Exception innerException)