Click or drag to resize

EgaisDataBeerException(String, IReadOnlyCollectionValueTupleGuid, NullableDecimal, String) Constructor

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  String
 
productsData  IReadOnlyCollectionValueTupleGuid, NullableDecimal  (Optional)
 
fsRarId  String  (Optional)
 
See Also