Title here
Summary here
public class ConversionError public ConversionError() public ConversionError(string reason)| Type | Name | Description |
|---|---|---|
| string | reason |
public ConversionError(string reason, string propertyName)| Type | Name | Description |
|---|---|---|
| string | reason | |
| string | propertyName |
public ConversionError(string reason, string columName, object value)| Type | Name | Description |
|---|---|---|
| string | reason | |
| string | columName | |
| object | value |
public string PropertyName { get; set; }| Type | Description |
|---|---|
| string |
public string Reason { get; set; }| Type | Description |
|---|---|
| string |
public object Value { get; set; }| Type | Description |
|---|---|
| object |