Skip to content

T_CommandLine_SequenceOutOfRangeError

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

SequenceOutOfRangeError Class

Models an error generated when a sequence value lacks elements.

Inheritance Hierarchy

System.Object
  CommandLine.Error
    CommandLine.NamedError
      CommandLine.SequenceOutOfRangeError
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public sealed class SequenceOutOfRangeError : NamedError

VB

Public NotInheritable Class SequenceOutOfRangeError
	Inherits NamedError

C++

public ref class SequenceOutOfRangeError sealed : public NamedError

F#

[<SealedAttribute>]
type SequenceOutOfRangeError =  
    class
        inherit NamedError
    end

The SequenceOutOfRangeError type exposes the following members.

Constructors

 

Name Description
Protected method SequenceOutOfRangeError Initializes a new instance of the SequenceOutOfRangeError class
  Back to Top

Properties

 

Name Description
Public property NameInfo Name information relative to this error instance. (Inherited from NamedError.)
Public property StopsProcessing Tells if error stops parsing process. Filtered by OnlyMeaningfulOnes(IEnumerable(Error)). (Inherited from Error.)
Public property Tag Error type discriminator, defined as ErrorType enumeration. (Inherited from Error.)
  Back to Top

Methods

 

Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from NamedError.)
Public method Equals(Error) Returns a value that indicates whether the current instance and a specified Error have the same value. (Inherited from Error.)
Public method Equals(NamedError) Returns a value that indicates whether the current instance and a specified NamedError have the same value. (Inherited from NamedError.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from NamedError.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Extension Methods

 

Name Description
Private Extension Method IsEmpty (Defined by UnParserExtensions.)
Private Extension Method NormalizeValue (Defined by UnParserExtensions.)
  Back to Top

See Also

Reference

CommandLine Namespace

Clone this wiki locally