C# Class Microsoft.DocAsCode.MarkdownLite.MarkdownParsingException

Inheritance: MarkdownException
Datei anzeigen Open project: dotnet/docfx

Public Methods

Method Description
MarkdownParsingException ( SourceInfo sourceInfo ) : System
MarkdownParsingException ( string message, SourceInfo sourceInfo ) : System
MarkdownParsingException ( string message, SourceInfo sourceInfo, Exception innerException ) : System

Private Methods

Method Description
GetMessage ( string message, SourceInfo sourceInfo ) : string

Method Details

MarkdownParsingException() public method

public MarkdownParsingException ( SourceInfo sourceInfo ) : System
sourceInfo SourceInfo
return System

MarkdownParsingException() public method

public MarkdownParsingException ( string message, SourceInfo sourceInfo ) : System
message string
sourceInfo SourceInfo
return System

MarkdownParsingException() public method

public MarkdownParsingException ( string message, SourceInfo sourceInfo, Exception innerException ) : System
message string
sourceInfo SourceInfo
innerException System.Exception
return System