Class CommandlineParseException
Exception for errors in parsing or binding command line arguments
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Ubiquity.CommandlineParsing
Assembly: Ubiquity.CommandlineParsing.dll
Syntax
[Serializable]
public class CommandlineParseException : Exception, ISerializable, _Exception
Constructors
CommandlineParseException() | Initializes a new instance of the CommandlineParseException class. |
CommandlineParseException(Exception, IFormatProvider, String, Object[]) | Initializes a new instance of the CommandlineParseException class with a formatted message |
CommandlineParseException(IFormatProvider, String, Object[]) | Initializes a new instance of the CommandlineParseException class with a formatted message |
CommandlineParseException(SerializationInfo, StreamingContext) | Initializes a new instance of the CommandlineParseException class from serialization |
CommandlineParseException(String) | Initializes a new instance of the CommandlineParseException class. |
CommandlineParseException(String, Exception) | Initializes a new instance of the CommandlineParseException class. |