Show / Hide Table of Contents

    Class ParserInputException

    Exception to be thrown by an IQcParser to indicate the input was invalid.

    Inheritance
    Object
    Exception
    ParserException
    ParserInputException
    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    public class ParserInputException : ParserException, _Exception, ISerializable

    Constructors

    ParserInputException(String)

    Declaration
    public ParserInputException(string message)
    Parameters
    Type Name Description
    String message

    ParserInputException(String, Exception)

    Declaration
    public ParserInputException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message
    Exception innerException

    Extension Methods

    ArraySingleExtensions.AsArraySingle<T>(T)
    CollectionExtensions.Yield<T>(T)
    Quantum Console by QFSW
    Back to top