API.Exceptions.ProductInconsistencyException.ProductInconsistencyException C# (CSharp) Méthode

ProductInconsistencyException() public méthode

public ProductInconsistencyException ( string message ) : System
message string
Résultat System
        public ProductInconsistencyException(string message) : base(message)
        {
        }
    }
ProductInconsistencyException