Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FormattingException

An exception caused while attempting to output the format.
Read time 1 minuteLast updated 13 days ago

Definition

public class FormattingException : Exception, ISerializable

Constructors

Properties

Property

Description

ErrorItemThe FormatItem that caused the Exception.
FormatThe base format string of the FormatItem that caused the Exception.
IndexThe index inside the format string, where the error occurred.
IssueDescription of the formatting error.
MessageError message that indicates the position within the format string where the error occurred.

Inheritance