C# Класс Microsoft.EntityFrameworkCore.Design.OperationException

Represents an exception whose stack trace should, by default, not be reported by the commands.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
OperationException ( string message ) : System
OperationException ( string message, Exception innerException ) : System

Описание методов

OperationException() публичный Метод

public OperationException ( string message ) : System
message string
Результат System

OperationException() публичный Метод

public OperationException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System