Click or drag to resize

EgaisDataBeerException Constructor (String, IReadOnlyCollectionValueTupleGuid, NullableDecimal, String)

Initializes a new instance of the EgaisDataBeerException class with a specified error message. The error message (optional).Product ids and volumes on which error occured.FsRarId on which error occured.

Namespace:  Resto.Front.Api.Exceptions
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public EgaisDataBeerException(
	string message,
	IReadOnlyCollection<(Guid productId, decimal? volume)> productsData = null,
	string fsRarId = null
)

Parameters

message
Type: SystemString
productsData (Optional)
Type: System.Collections.GenericIReadOnlyCollectionValueTupleGuid, NullableDecimal
fsRarId (Optional)
Type: SystemString
See Also