csShared.Geo.KmlPoint.Fail C# (CSharp) Method

Fail() private method

private Fail ( string value ) : void
value string
return void
    private void Fail(string value)
    {
      throw new Exception("coordinates string not valid: " + value);
    }