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



The UploadException that caused the failure.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property FailedUpload As UploadException
Visual Basic (Usage)Copy Code
Dim instance As FileUploadExceptionEventArgs
Dim value As UploadException
 
value = instance.FailedUpload
C# 
public UploadException FailedUpload {get;}
C++/CLI 
public:
property UploadException^ FailedUpload {
   UploadException^ get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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