Click or drag to resize

EgaisDataException Constructor (String, String, String)

Initializes a new instance of the EgaisDataException class with a specified error message. The error message (optional).Excise stamp 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,
	string exciseStamp = null,
	string fsRarId = null
)

Parameters

message
Type: SystemString
exciseStamp (Optional)
Type: SystemString
fsRarId (Optional)
Type: SystemString
See Also