Show / Hide Table of Contents

    Class MarkdownParsingException

    Inheritance
    Object
    Exception
    MarkdownException
    MarkdownParsingException
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.MarkdownLite
    Assembly:Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public class MarkdownParsingException : MarkdownException, ISerializable, _Exception

    Constructors

    MarkdownParsingException(SourceInfo)

    Declaration
    public MarkdownParsingException(SourceInfo sourceInfo)
    Parameters
    Type Name Description
    SourceInfo sourceInfo

    MarkdownParsingException(String, SourceInfo)

    Declaration
    public MarkdownParsingException(string message, SourceInfo sourceInfo)
    Parameters
    Type Name Description
    String message
    SourceInfo sourceInfo

    MarkdownParsingException(String, SourceInfo, Exception)

    Declaration
    public MarkdownParsingException(string message, SourceInfo sourceInfo, Exception innerException)
    Parameters
    Type Name Description
    String message
    SourceInfo sourceInfo
    Exception innerException

    Properties

    SourceInfo

    Declaration
    public SourceInfo SourceInfo { get; }
    Property Value
    Type Description
    SourceInfo

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX