C# Class Stock.Repository.LiteDb.Exceptions.RepositoryException

Repository exception.
Inheritance: Exception
Show file Open project: lnapoliHX/HexactaLabs-NetCore_React-Initial

Public Methods

Method Description
RepositoryException ( string message ) : System

Initializes a new instance of the RepositoryException class.

Method Details

RepositoryException() public method

Initializes a new instance of the RepositoryException class.
public RepositoryException ( string message ) : System
message string Error message.
return System