Gets or sets WarningMessage.

Namespace: ININ.IceLib.Data.TransactionBuilder
Assembly: ININ.IceLib.Data.TransactionBuilder (in ININ.IceLib.Data.TransactionBuilder.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public string WarningMessage { get; set; }
Visual Basic
Public Property WarningMessage As String
	Get
	Set

Field Value

The warning message.

Remarks

The WarningMessage is a string containing the warning message returned from Transaction Server in the event of a transaction execution failure. It will give details (in a non-localized string) as to why the transaction execution failed.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also