Represents the exception that is thrown when the section httpFile from Web.Config includes an invalide TempStoragePath attribute.

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

Syntax

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

Inheritance Hierarchy

System..::Object
  System..::Exception
    Mediachase.FileUploader..::InvalidTempStoragePath

See Also