Share via


ODataBatchWriter.OnInStreamError Method

Definition

This method notifies the listener, that an in-stream error is to be written.

public abstract void OnInStreamError ();
abstract member OnInStreamError : unit -> unit
Public MustOverride Sub OnInStreamError ()

Remarks

This listener can choose to fail, if the currently written payload doesn't support in-stream error at this position. If the listener returns, the writer should not allow any more writing, since the in-stream error is the last thing in the payload.

Applies to