ComponentOne DataObjects for .NET
ErrorField Property (C1DataException)

C1.Data.2 Assembly > C1.Data Namespace > C1DataException Class : ErrorField Property
Gets the name of the field where the exception occurred.
Syntax
'Declaration
 
Public ReadOnly Property ErrorField As System.String
public System.string ErrorField {get;}
Remarks
This property returns empty string if the exception is not related to a particular field.
See Also

Reference

C1DataException Class
C1DataException Members