Click or drag to resize

LSOmniException Constructor (StatusCode, String, Exception)

Initializes a new instance of the LSOmniException 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 2024.6
Syntax
C#
public LSOmniException(
	StatusCode statusCode,
	string message,
	Exception innerException = null
)

Parameters

statusCode
Type: LSRetail.Omni.Domain.DataModel.BaseStatusCode
message
Type: SystemString
innerException (Optional)
Type: SystemException
See Also