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
Target Platforms: Microsoft .NET Framework 2.0