# BindingManagerDataErrorEventArgs

URL: https://docs.wisej.com/api/wisej.web/data-binding/wisej.web.bindingmanagerdataerroreventargs

Version: 4.1
Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.1.0.0)

Provides data for the DataError event.

- C# - VB.NET

```csharp
public class BindingManagerDataErrorEventArgs : EventArgs
```

```visual
Public Class BindingManagerDataErrorEventArgs
    Inherits EventArgs
```

## Constructors

### ![Instance member](/img/api/instance.png) BindingManagerDataErrorEventArgs(exception)

Initializes a new instance of the [BindingManagerDataErrorEventArgs](/api/wisej.web/data-binding/wisej.web.bindingmanagerdataerroreventargs) class.

| Name | Type | Description | **exception** | [Exception](https://docs.microsoft.com/dotnet/api/system.exception) | The [Exception](https://docs.microsoft.com/dotnet/api/system.exception) that occurred in the binding process. 

## Properties

### ![Instance member](/img/api/instance.png) Exception

[Exception](https://docs.microsoft.com/dotnet/api/system.exception) : Returns the [Exception](https://docs.microsoft.com/dotnet/api/system.exception) caught in the binding process.

## Used By

| Name | Description | [BindingManagerDataErrorEventHandler](/api/wisej.web/data-binding/wisej.web.bindingmanagerdataerroreventhandler) | Represents the method that will handle the [DataError](/api/wisej.web/data-binding/wisej.web.bindingmanagerbase#dataerror) event.
