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

Inheritance: Exception
Afficher le fichier Open project: VBAndCs/Vazor-DotNetCore2

Méthodes publiques

Méthode Description
BasketNotFoundException ( int basketId ) : System
BasketNotFoundException ( string message ) : System
BasketNotFoundException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
BasketNotFoundException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System

Method Details

BasketNotFoundException() protected méthode

protected BasketNotFoundException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

BasketNotFoundException() public méthode

public BasketNotFoundException ( int basketId ) : System
basketId int
Résultat System

BasketNotFoundException() public méthode

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

BasketNotFoundException() public méthode

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