Skip to content

SGPdotNET.Exception

parzivail edited this page Apr 15, 2019 · 2 revisions

DecayedException

Exception thrown by the propagator when a satellite decays

public class SGPdotNET.Exception.DecayedException
    : Exception, ISerializable, _Exception

Properties

Type Name Summary
Vector3 Position Position of the satellite at time
DateTime Time Time of the event
Vector3 Velocity Velocity of the satellite at time

SatellitePropagationException

Exception thrown by the propagator when a satellite has erroneous values

public class SGPdotNET.Exception.SatellitePropagationException
    : Exception, ISerializable, _Exception

TleException

Exception thrown by the TLE parser when a TLE has invalid values

public class SGPdotNET.Exception.TleException
    : Exception, ISerializable, _Exception
Clone this wiki locally