Class MarkdownException
Class MarkdownException
Namespace: Aspose.Html.Toolkit.Markdown.Syntax
Assembly: Aspose.HTML.dll (25.4.0)
The Markdown exception
[ComVisible(true)]
public class MarkdownException : ApplicationException, ISerializable
Inheritance
object ← Exception ← ApplicationException ← MarkdownException
Implements
Inherited Members
Exception.GetBaseException() , Exception.ToString() , Exception.GetType() , Exception.TargetSite , Exception.Message , Exception.Data , Exception.InnerException , Exception.HelpLink , Exception.Source , Exception.HResult , Exception.StackTrace , Exception.SerializeObjectState , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
MarkdownException(string)
The MarkdownException constructor.
public MarkdownException(string message)
Parameters
message
string
The exception message.