Show / Hide Table of Contents

    Class ParserException

    Exception to be thrown by an IQcParser.

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

    Constructors

    ParserException(String)

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

    ParserException(String, Exception)

    Declaration
    public ParserException(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