Click or drag to resize

DeviceException(Int32, String, Exception) Constructor

Initializes a new instance of the DeviceException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Namespace: Resto.Front.Api.Exceptions
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public DeviceException(
	int deviceErrorCode,
	string message,
	Exception innerException
)

Parameters

deviceErrorCode  Int32
Internal device error number
message  String
Device error message text
innerException  Exception
Exception instance that caused the current exception
See Also