Click or drag to resize

LSOmniServiceException Constructor (StatusCode, String, Exception)

Constructor with parameters

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

Parameters

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