ODataBatchReader.ThrowODataException(String) Method
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.
Sets the 'Exception' state and then throws an ODataException with the specified error message.
protected void ThrowODataException (string errorMessage);
member this.ThrowODataException : string -> unit
Protected Sub ThrowODataException (errorMessage As String)
Parameters
- errorMessage
- String
The error message for the exception.