ExecuteMultipleSettings.ContinueOnError 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.
Gets or sets a value indicating whether further execution of message requests in the Requests collection should continue if a fault is returned for the current request being processed.
public:
property bool ContinueOnError { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool ContinueOnError { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ContinueOnError : bool with get, set
Public Property ContinueOnError As Boolean
Property Value
true
if message request processing should continue; otherwise, false
.
- Attributes