CommandBase<T>.

Validate() Method

Summary

Validates the command configuration. This method should throw the necessary exceptions to signal missing or incorrect configuration (like attempting to add files to the repository without specifying which files to add.)
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
CommandBase<T>

Syntax

public virtual void Validate()

Remarks

Note that as long as you descend from MercurialCommandBase<T> you're not required to call the base method at all.

Return Value

Type Description
void