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

Inheritance: Exception
Afficher le fichier Open project: TheDukeDK/devsecops-demo

Méthodes publiques

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

Méthodes protégées

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

Method Details

EmptyBasketOnCheckoutException() public méthode

public EmptyBasketOnCheckoutException ( ) : System
Résultat System

EmptyBasketOnCheckoutException() protected méthode

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

EmptyBasketOnCheckoutException() public méthode

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

EmptyBasketOnCheckoutException() public méthode

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