C# Class Microsoft.EntityFrameworkCore.Design.OperationException

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

Public Methods

Method Description
OperationException ( string message ) : System
OperationException ( string message, Exception innerException ) : System

Method Details

OperationException() public method

public OperationException ( string message ) : System
message string
return System

OperationException() public method

public OperationException ( string message, Exception innerException ) : System
message string
innerException Exception
return System