BindingManagerDataErrorEventArgs

Wisej.Web.BindingManagerDataErrorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the DataError event.

public class BindingManagerDataErrorEventArgs : EventArgs

Constructors

Initializes a new instance of the BindingManagerDataErrorEventArgs class.

NameTypeDescription

exception

The Exception that occurred in the binding process.

Properties

Exception: Returns the Exception caught in the binding process.

Used By

NameDescription

Represents the method that will handle the DataError event.

Last updated