C# Class Eventuras.Services.Invoicing.InvoicingException

Inheritance: Exception
Exibir arquivo Open project: losol/eventuras

Public Methods

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

Method Details

InvoicingException() public method

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

InvoicingException() public method

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