CodingErrorAction.Report 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.
Action indicating that a coding error is to be reported, either by
returning a CoderResult
object or by throwing a CharacterCodingException
, whichever is appropriate for the method
implementing the coding process.
[Android.Runtime.Register("REPORT")]
public static Java.Nio.Charset.CodingErrorAction? Report { get; }
[<Android.Runtime.Register("REPORT")>]
static member Report : Java.Nio.Charset.CodingErrorAction
Property Value
- Attributes
Remarks
Action indicating that a coding error is to be reported, either by returning a CoderResult
object or by throwing a CharacterCodingException
, whichever is appropriate for the method implementing the coding process.
Java documentation for java.nio.charset.CodingErrorAction.REPORT
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.