Click or drag to resize

EgaisDataException Constructor (String, IEnumerableString, IEnumerableString, IEnumerableString, IEnumerableValueTupleString, String, String)

Initializes a new instance of the EgaisDataException class with a specified error message. The error message (optional).Excise stamps on which error occured.Excise stamps missing alc codes on which error occured.Excise stamps empty volumes on which error occured.Excise stamps which are not equal by fsrarIds.FsRarId on which error occured.

Namespace:  Resto.Front.Api.Exceptions
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public EgaisDataException(
	string message,
	IEnumerable<string> exciseStamps = null,
	IEnumerable<string> exciseStampsAlcCodes = null,
	IEnumerable<string> exciseStampsEmptyVolumes = null,
	IEnumerable<(string exciseStamp, string fsrarId)> exciseStampsUnequalFsrarIds = null,
	string fsRarId = null
)

Parameters

message
Type: SystemString
exciseStamps (Optional)
Type: System.Collections.GenericIEnumerableString
exciseStampsAlcCodes (Optional)
Type: System.Collections.GenericIEnumerableString
exciseStampsEmptyVolumes (Optional)
Type: System.Collections.GenericIEnumerableString
exciseStampsUnequalFsrarIds (Optional)
Type: System.Collections.GenericIEnumerableValueTupleString, String
fsRarId (Optional)
Type: SystemString
See Also