LSOmniServiceException Constructor (StatusCode, String, Exception) |
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.4
Syntaxpublic 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