Click or drag to resize

AgentOperationFailedException Constructor

Initializes a new instance of the AgentOperationFailedException class.

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

Parameters

message  String
 
hrCode  Int64
 
nCode  Int32
 
See Also