Search Results for

    Show / Hide Table of Contents

    Class ParserException

    The exception that is thrown when the parser finds an error during the parsing, such as a duplicate section.

    Inheritance
    Object
    Exception
    ParserException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: SeztionParser.Exceptions
    Assembly: SeztionParser.dll
    Syntax
    public class ParserException : Exception, ISerializable

    Constructors

    Name Description
    ParserException(String)

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

    ParserException(String, Object)

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

    Properties

    Name Description
    ActualValue

    Allows access to the actual value causing the exception.

    Message

    Gets a message that describes the current exception.

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