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
- innerException
- Inner exception to wrap. 
- formatProviderIFormatProvider
- Format provider. 
- fmtstring
- Composition 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
- formatProviderIFormatProvider
- Format provider. 
- fmtstring
- Composition string for the message. 
- argsobject[]
- Arguments fir the message. 
CommandLineParseException(string)
Initializes a new instance of the CommandLineParseException class.
public CommandLineParseException(string message)Parameters
- messagestring
- Exception message. 
CommandLineParseException(string, Exception)
Initializes a new instance of the CommandLineParseException class.
public CommandLineParseException(string message, Exception inner)