C# Class Acrolinx.Sdk.Sidebar.Exceptions.MatchesNotFoundException

Inheritance: AcrolinxException
Exibir arquivo Open project: acrolinx/acrolinx-sidebar-demo-dotnet

Public Methods

Method Description
MatchesNotFoundException ( string message, IReadOnlyList matches, Exception inner ) : System

Method Details

MatchesNotFoundException() public method

public MatchesNotFoundException ( string message, IReadOnlyList matches, Exception inner ) : System
message string
matches IReadOnlyList
inner System.Exception
return System