C# Class Microsoft.EntityFrameworkCore.Design.OperationException

Represents an exception whose stack trace should, by default, not be reported by the commands.
Inheritance: Exception
Afficher le fichier Open project: lodejard/AllNetCore

Méthodes publiques

Méthode Description
OperationException ( string message ) : System
OperationException ( string message, Exception innerException ) : System

Method Details

OperationException() public méthode

public OperationException ( string message ) : System
message string
Résultat System

OperationException() public méthode

public OperationException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System