C# Class Microsoft.DocAsCode.MarkdownLite.MarkdownException

Inheritance: System.Exception
Exibir arquivo Open project: dotnet/docfx

Public Methods

Method Description
MarkdownException ( ) : System
MarkdownException ( string message ) : System
MarkdownException ( string message, Exception innerException ) : System

Method Details

MarkdownException() public method

public MarkdownException ( ) : System
return System

MarkdownException() public method

public MarkdownException ( string message ) : System
message string
return System

MarkdownException() public method

public MarkdownException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System