C# Class Marketplace.Application.MerchantServices.MerchantProducts.Commands.CreateMerchantProduct.ProductNotFoundException

Inheritance: ApplicationException
Mostrar archivo Open project: obegendi/Marketplace

Public Methods

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

Protected Methods

Method Description
ProductNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ProductNotFoundException() public method

public ProductNotFoundException ( ) : System
return System

ProductNotFoundException() protected method

protected ProductNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

ProductNotFoundException() public method

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

ProductNotFoundException() public method

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