# BindingManagerDataErrorEventArgs

Namespace: **Wisej.Web**

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

Provides data for the DataError event.

{% tabs %}
{% tab title="C#" %}

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

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class BindingManagerDataErrorEventArgs
    Inherits EventArgs
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) BindingManagerDataErrorEventArgs(exception)

Initializes a new instance of the [BindingManagerDataErrorEventArgs](https://docs.wisej.com/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

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) 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](https://docs.wisej.com/api/wisej.web/data-binding/wisej.web.bindingmanagerdataerroreventhandler) | Represents the method that will handle the [DataError](https://docs.wisej.com/api/wisej.web/wisej.web.bindingmanagerbase#dataerror) event. |
