Click or drag to resize

AgentOperationFailedException Constructor

Initializes a new instance of the AgentOperationFailedException class.

Namespace:  Resto.Front.Api.Exceptions
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public AgentOperationFailedException(
	string message,
	long hrCode,
	int nCode
)

Parameters

message
Type: SystemString
hrCode
Type: SystemInt64
nCode
Type: SystemInt32
See Also