C# Class Marten.MartenCommandException

Inheritance: System.Exception
显示文件 Open project: JasperFx/marten

Public Methods

Method Description
MartenCommandException ( NpgsqlCommand command, Exception innerException ) : System

Private Methods

Method Description
toMessage ( NpgsqlCommand command ) : string

Method Details

MartenCommandException() public method

public MartenCommandException ( NpgsqlCommand command, Exception innerException ) : System
command Npgsql.NpgsqlCommand
innerException System.Exception
return System