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: LS Omni 3.7.0
Syntax
C#
public LSOmniException(
	StatusCode statusCode,
	string message,
	Exception innerException = null
)

Parameters

statusCode
Type: LSRetail.Omni.Domain.DataModel.Base.StatusCode
message
Type: System.String
innerException (Optional)
Type: System.Exception
See Also