Skip to main content
Version: 3.5

BindingManagerDataErrorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the DataError event.

public class BindingManagerDataErrorEventArgs : EventArgs

Constructors

Instance memberBindingManagerDataErrorEventArgs(exception)

Initializes a new instance of the BindingManagerDataErrorEventArgs class.

NameTypeDescription
exceptionExceptionThe Exception that occurred in the binding process.

Properties

Instance memberException

Exception: Returns the Exception caught in the binding process.

Used By

NameDescription
BindingManagerDataErrorEventHandlerRepresents the method that will handle the DataError event.