Skip to main content
Version: 4.1

BindingManagerDataErrorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the DataError event.

public class BindingManagerDataErrorEventArgs : EventArgs

Constructors​

Instance member BindingManagerDataErrorEventArgs(exception)​

Initializes a new instance of the BindingManagerDataErrorEventArgs class.

NameTypeDescription
exceptionExceptionThe Exception that occurred in the binding process.

Properties​

Instance member Exception​

Exception: Returns the Exception caught in the binding process.

Used By​

NameDescription
BindingManagerDataErrorEventHandlerRepresents the method that will handle the DataError event.