C# Class Duotify.EFCore.EntityPartialGenerator.CommandException

Inheritance: Exception
ファイルを表示 Open project: doggy8088/Duotify.EFCore.EntityPartialGenerator

Public Methods

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

Method Details

CommandException() public method

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

CommandException() public method

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