Method | Description | |
---|---|---|
ConversionError ( string fieldKey, string message, object invalidData ) : System |
Initializes a new instance of the ConversionError class.
|
|
Equals ( object obj ) : bool |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
|
public ConversionError ( string fieldKey, string message, object invalidData ) : System | ||
fieldKey | string | The target binding. |
message | string | The message. |
invalidData | object | The invalid data. |
return | System |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |