Check if a NextValue sequence exists?

Is there a good way to determine whether a NextValue sequence exists without creating it if it doesn’t? I found that calling GetSequenceCurrentValue throws a NullReferenceException if the sequence doesn’t exist, but I don’t want to rely on this undocumented behavior.