Class CommandLineParseException
- Namespace
- Ubiquity.CommandLineParsing
- Assembly
- Ubiquity.CommandlineParsing.dll
Exception for errors in parsing or binding command line arguments.
[Serializable]
public class CommandLineParseException : Exception, ISerializable
- Inheritance
-
CommandLineParseException
- Implements
- Inherited Members
- Extension Methods
Constructors
CommandLineParseException()
Initializes a new instance of the CommandLineParseException class.
public CommandLineParseException()
CommandLineParseException(Exception, IFormatProvider, string, params object[])
Initializes a new instance of the CommandLineParseException class with a formatted message.
public CommandLineParseException(Exception inner, IFormatProvider formatProvider, string fmt, params object[] args)
Parameters
innerExceptionInner exception to wrap.
formatProviderIFormatProviderFormat provider.
fmtstringComposition string for the message.
argsobject[]Arguments fir the message.
CommandLineParseException(IFormatProvider, string, params object[])
Initializes a new instance of the CommandLineParseException class with a formatted message.
public CommandLineParseException(IFormatProvider formatProvider, string fmt, params object[] args)
Parameters
formatProviderIFormatProviderFormat provider.
fmtstringComposition string for the message.
argsobject[]Arguments fir the message.
CommandLineParseException(string)
Initializes a new instance of the CommandLineParseException class.
public CommandLineParseException(string message)
Parameters
messagestringException message.
CommandLineParseException(string, Exception)
Initializes a new instance of the CommandLineParseException class.
public CommandLineParseException(string message, Exception inner)