ChunkingOptions.Validate

ChunkingOptions.Validate method

Validates the current options configuration.

public void Validate()

Exceptions

exceptioncondition
InvalidOperationExceptionThrown when the configuration is invalid, such as when OverlapSize is greater than or equal to MaxChunkSize.

See Also