Click or drag to resize

LSOmniServiceException(StatusCode, String, Exception) Constructor

Initializes a new instance of the LSOmniServiceException class

Namespace: LSRetail.Omni.Domain.DataModel.Base
Assembly: LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
public LSOmniServiceException(
	StatusCode statusCode,
	string message,
	Exception innerException = null
)

Parameters

statusCode  StatusCode
 
message  String
 
innerException  Exception  (Optional)
 
See Also