SerializationExceptionLinePosition Property |
Position in text of the indicated line where the exception encountered
Namespace:
Hummingbird.TestFramework.Serialization
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public int LinePosition { get; set; }
Public Property LinePosition As Integer
Get
Set
public:
property int LinePosition {
int get ();
void set (int value);
}
member LinePosition : int with get, set
Property Value
Type:
Int32See Also