For the complete documentation index, see llms.txt. This page is also available as Markdown.

BindingManagerDataErrorEventArgs

Wisej.Web.BindingManagerDataErrorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the DataError event.

public class BindingManagerDataErrorEventArgs : EventArgs
Public Class BindingManagerDataErrorEventArgs
    Inherits EventArgs

Constructors

BindingManagerDataErrorEventArgs(exception)

Initializes a new instance of the BindingManagerDataErrorEventArgs class.

Name
Type
Description

exception

The Exception that occurred in the binding process.

Properties

Exception

Exception: Returns the Exception caught in the binding process.

Used By

Name
Description

Represents the method that will handle the DataError event.

Last updated

Was this helpful?