SchedulerException.Params Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the insertion strings used for the message.
public string Params { get; }
member this.Params : string
Public ReadOnly Property Params As String
Property Value
A string that contains a list of insert strings. The insert strings are delimited using three vertical bars (string1|||string2).