Class MarkdownException

Class MarkdownException

Il nome: Aspose.Html.Toolkit.Markdown.Syntax Assemblaggio: Aspose.HTML.dll (25.4.0)

L’eccezione di Markdown

[ComVisible(true)]
public class MarkdownException : ApplicationException, ISerializable

Inheritance

object Exception ApplicationException MarkdownException

Implements

ISerializable

I membri ereditari

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)

Il MarkdownException Constructor.

public MarkdownException(string message)

Parameters

message string

Il messaggio di eccezione.

 Italiano