PowerWEB File Upload for ASP.NET
ErrorBehavior Enumeration
See Also  Send comments on this topic.
Dart.FileUpload Namespace : ErrorBehavior Enumeration



Enumerates values which describe the behavior when an error condition occurs.

Syntax

Visual Basic (Declaration) 
Public Enum ErrorBehavior 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ErrorBehavior
C# 
public enum ErrorBehavior : System.Enum 
C++/CLI 
public enum class ErrorBehavior : public System.Enum 

Members

MemberDescription
DefaultRaise a CallbackException.
EatDo not show the exception.
ShowAlertShow an alert box with the value of the ErrorMessage property.
ShowInBrowserShow the exception in the browser.

Remarks

This enumeration is used by the ErrorBehavior property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.FileUpload.ErrorBehavior

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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