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



Provides data for the UploadManager.FileUploadFailed event.

Object Model

FileUploadExceptionEventArgs ClassUploadException Class

Syntax

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

Remarks

FileUploadExceptionEventArgs contains the UploadException that occurred.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.FileUpload.FileUploadExceptionEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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