Table of Contents

Constructor CheckpointRequestException

Namespace
PowerSync.Common.Client.Sync
Assembly
PowerSync.Common.dll

CheckpointRequestException()

Initializes a new instance of the CheckpointRequestException class.

public CheckpointRequestException()

CheckpointRequestException(string)

Initializes a new instance of the CheckpointRequestException class with a specified error message.

public CheckpointRequestException(string message)

Parameters

message string

CheckpointRequestException(string, Exception)

Initializes a new instance of the CheckpointRequestException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public CheckpointRequestException(string message, Exception innerException)

Parameters

message string
innerException Exception