EgaisDataException(String, IEnumerableString, IEnumerableString, IEnumerableString, IEnumerableValueTupleString, String, String) Constructor |
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.ExceptionsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxpublic 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 String
-
- exciseStamps IEnumerableString (Optional)
-
- exciseStampsAlcCodes IEnumerableString (Optional)
-
- exciseStampsEmptyVolumes IEnumerableString (Optional)
-
- exciseStampsUnequalFsrarIds IEnumerableValueTupleString, String (Optional)
-
- fsRarId String (Optional)
-
See Also