Skip to the content.

FileSizeLimitRule class

A rule which enforces the filesize limits.

public class FileSizeLimitRule : IRule<FileSizeLimitExceedException>

Public Members

name description
FileSizeLimitRule() The default constructor.
Name { get; } Name of the rule
Execute(…) Executes the rule which should throw an exception of type !:TException. (2 methods)

See Also