Search Results for

    Show / Hide Table of Contents

    Constructor ParserException

    | Improve this Doc View Source

    ParserException(String)

    Initializes a new instance of the ParserException class with a specified error message.

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

    The message that describes the error.

    | Improve this Doc View Source

    ParserException(String, Object)

    Initializes a new instance of the ParserException class with a specified error message and the actual value that caused the exception.

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

    The message that describes the error.

    Object actualValue

    The actual value that caused the exception.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright 2021 seztion-parser