Represents an exception that is thrown when POST 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 PostSizeLimitException : Exception
Visual Basic (Declaration)
Public Class PostSizeLimitException _
	Inherits Exception

Inheritance Hierarchy

System..::Object
  System..::Exception
    Mediachase.FileUploader..::PostSizeLimitException

See Also