Open
Description
// Is this something people actually need to catch? If not, consider not making it public.
// And if they do need to catch it, is it actually different enough from any existing exception to warrant a new type?
public class CommandLineConfigurationException : Exception, System.Runtime.Serialization.ISerializable