Search Results for

    Show / Hide Table of Contents

    Class MarkdownException

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

    Constructors

    | Improve this Doc View Source

    MarkdownException()

    Declaration
    public MarkdownException()
    | Improve this Doc View Source

    MarkdownException(String)

    Declaration
    public MarkdownException(string message)
    Parameters
    Type Name Description
    String message
    | Improve this Doc View Source

    MarkdownException(String, Exception)

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

    Implements

    System.Runtime.Serialization.ISerializable

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX