Constructor CommandlineParseException
CommandlineParseException()
Initializes a new instance of the CommandlineParseException class.
Declaration
public CommandlineParseException()
CommandlineParseException(String)
Initializes a new instance of the CommandlineParseException class.
Declaration
public CommandlineParseException(string message)
Parameters
public CommandlineParseException()
Initializes a new instance of the CommandlineParseException class.
public CommandlineParseException(string message)
Parameters
String | message | Exception message |
CommandlineParseException(String, Exception)
Initializes a new instance of the CommandlineParseException class.
Declaration
public CommandlineParseException(string message, Exception inner)
Parameters
public CommandlineParseException(string message, Exception inner)
String | message | Message for the exception |
Exception | inner | Inner exception |
CommandlineParseException(IFormatProvider, String, Object[])
Initializes a new instance of the CommandlineParseException class with a formatted message
Declaration
public CommandlineParseException(IFormatProvider formatProvider, string fmt, params object[] args)
Parameters
public CommandlineParseException(IFormatProvider formatProvider, string fmt, params object[] args)
IFormatProvider | formatProvider | Format provider |
String | fmt | Composition string for the message |
Object[] | args | Arguments fir the message |
CommandlineParseException(Exception, IFormatProvider, String, Object[])
Initializes a new instance of the CommandlineParseException class with a formatted message
Declaration
public CommandlineParseException(Exception inner, IFormatProvider formatProvider, string fmt, params object[] args)
Parameters
public CommandlineParseException(Exception inner, IFormatProvider formatProvider, string fmt, params object[] args)
Exception | inner | Inner exception to wrap |
IFormatProvider | formatProvider | Format provider |
String | fmt | Composition string for the message |
Object[] | args | Arguments fir the message |
CommandlineParseException(SerializationInfo, StreamingContext)
Initializes a new instance of the CommandlineParseException class from serialization
Declaration
protected CommandlineParseException(SerializationInfo info, StreamingContext context)
Parameters
protected CommandlineParseException(SerializationInfo info, StreamingContext context)
SerializationInfo | info | Serialization information |
StreamingContext | context | Context for serialization |