Show / Hide Table of Contents

    Class MarkdownException

    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 MarkdownException : Exception, ISerializable, _Exception

    Constructors

    MarkdownException()

    Declaration
    public MarkdownException()

    MarkdownException(String)

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

    MarkdownException(String, Exception)

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

    Extension Methods

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