C# 클래스 Stock.Repository.LiteDb.Exceptions.RepositoryException

Repository exception.
상속: Exception
파일 보기 프로젝트 열기: lnapoliHX/HexactaLabs-NetCore_React-Initial

공개 메소드들

메소드 설명
RepositoryException ( string message ) : System

Initializes a new instance of the RepositoryException class.

메소드 상세

RepositoryException() 공개 메소드

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