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 |
Member | Description |
---|---|
Default | Raise a CallbackException. |
Eat | Do not show the exception. |
ShowAlert | Show an alert box with the value of the ErrorMessage property. |
ShowInBrowser | Show the exception in the browser. |
This enumeration is used by the ErrorBehavior property.
System.Object
System.ValueType
System.Enum
Dart.LiveControls.ErrorBehavior
Target Platforms: Microsoft .NET Framework 2.0