PowerWEB File Upload for ASP.NET
UploadException Class
Members  See Also  Send comments on this topic.
Dart.FileUpload Namespace : UploadException Class



An UploadException occurs when there is an error during an upload.

Object Model

UploadException ClassPostedFile Class

Syntax

Visual Basic (Declaration) 
Public Class UploadException 
   Inherits System.Exception
Visual Basic (Usage)Copy Code
Dim instance As UploadException
C# 
public class UploadException : System.Exception 
C++/CLI 
public ref class UploadException : public System.Exception 

Remarks

The UploadException contains the exception itself as well as information concerning the file that caused the exception.

Inheritance Hierarchy

System.Object
   System.Exception
      Dart.FileUpload.UploadException

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.