C# Class Eventuras.Services.Invoicing.InvoicingException

Inheritance: Exception
Afficher le fichier Open project: losol/eventuras

Méthodes publiques

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

Method Details

InvoicingException() public méthode

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

InvoicingException() public méthode

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