C# Class Microsoft.eShopWeb.ApplicationCore.Exceptions.BasketNotFoundException

Inheritance: Exception
Show file Open project: VBAndCs/Vazor-DotNetCore2

Public Methods

Method Description
BasketNotFoundException ( int basketId ) : System
BasketNotFoundException ( string message ) : System
BasketNotFoundException ( string message, Exception innerException ) : System

Protected Methods

Method Description
BasketNotFoundException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System

Method Details

BasketNotFoundException() protected method

protected BasketNotFoundException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

BasketNotFoundException() public method

public BasketNotFoundException ( int basketId ) : System
basketId int
return System

BasketNotFoundException() public method

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

BasketNotFoundException() public method

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