Click or drag to resize

IValidationContextReject Method (String)

Rejects the new Revision. The specified message will be included with the resulting error.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
void Reject(
	string message
)

Parameters

message
Type: SystemString
The message to include with the resulting error.
See Also