Class InvalidConfigDataException
Thrown when a CatalogItemConfig has invalid data when it tries to create a CatalogItem.
Inherited Members
Namespace: UnityEngine.GameFoundation.Exceptions
Syntax
public class InvalidConfigDataException : GameFoundationException, ISerializable, _Exception
Remarks
The error message for this exception can't be built like other GameFoundationException because the required parameters can be set after the exception creation.
Properties
fieldName
The name of the invalidConfig's field at the origin of the exception.
Declaration
public string fieldName { get; }
Property Value
| Type | Description |
|---|---|
| String |
invalidConfig
The config at the origin of the exception.
Declaration
public CatalogItemConfig invalidConfig { get; }
Property Value
| Type | Description |
|---|---|
| CatalogItemConfig |
Message
Declaration
public override string Message { get; }
Property Value
| Type | Description |
|---|---|
| String |