Represents an exception that is thrown when an upload file size is bigger than the maximal size set in the config file

Namespace: Mediachase.FileUploader
Assembly:  Mediachase.FileUploader (in Mediachase.FileUploader.dll)

Syntax

C#
public class FileSizeLimitException : Exception
Visual Basic (Declaration)
Public Class FileSizeLimitException _
	Inherits Exception

Inheritance Hierarchy

System..::Object
  System..::Exception
    Mediachase.FileUploader..::FileSizeLimitException

See Also