Table of Contents

Method ValidateNumberOfArgs

Namespace
Zyl.ExSpans.Impl
Assembly
ExSpans.dll

ValidateNumberOfArgs(CompositeFormat, int)

Throws an exception if the specified number of arguments is fewer than the number required.

public static void ValidateNumberOfArgs(CompositeFormat format, int numArgs)

Parameters

format CompositeFormat

The format.

numArgs int

The number of arguments provided by the caller.

Exceptions

FormatException

An insufficient number of arguments were provided.