Click or drag to resize

EgaisDataException Constructor (String, IEnumerableString, IEnumerableString, IEnumerableString, 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.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,
	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
fsRarId (Optional)
Type: SystemString
See Also