Class ParsingErrorEventArgs
Supplies information about parsing errors.
Namespace: UnityEngine.Localization.SmartFormat.Core.Parsing
Syntax
public class ParsingErrorEventArgs : EventArgs
Properties
Errors
All parsing errors which occurred during parsing.
Declaration
public ParsingErrors Errors { get; }
Property Value
| Type | Description |
|---|---|
| ParsingErrors |
ThrowsException
If true, the errors will throw an exception.
Declaration
public bool ThrowsException { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |