Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FormattingErrorEventArgs

Supplies information about formatting errors.
Read time 1 minuteLast updated 4 days ago

Definition

public class FormattingErrorEventArgs : EventArgs

Properties

Property

Description

ErrorIndexCharacter index in the format string where the error occurred.
IgnoreErrorWhether the error is ignored instead of raising an exception.
PlaceholderRaw text of the format item that caused the error.

Inheritance

Inherited Members