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



failedFile
pipelineException
Initializes a new instance of the UploadException class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal failedFile As PostedFile, _
   ByVal pipelineException As Exception _
)
Visual Basic (Usage)Copy Code
Dim failedFile As PostedFile
Dim pipelineException As Exception
 
Dim instance As New UploadException(failedFile, pipelineException)
C# 
public UploadException( 
   PostedFile failedFile,
   Exception pipelineException
)
C++/CLI 
public:
UploadException( 
   PostedFile^ failedFile,
   Exception^ pipelineException
)

Parameters

failedFile
pipelineException

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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