Class InvalidKeyException
Exception to encapsulate invalid key errors.
Implements
Inherited Members
Namespace: UnityEngine.AddressableAssets
Assembly: Unity.Addressables.dll
Syntax
public class InvalidKeyException : Exception, ISerializable
Constructors
| Name | Description |
|---|---|
| InvalidKeyException() | New Invalid Key Exception |
| InvalidKeyException(object) | Construct a new InvalidKeyException. |
| InvalidKeyException(object, Type) | Construct a new InvalidKeyException. |
| InvalidKeyException(object, Type, MergeMode) | Construct a new InvalidKeyException. |
| InvalidKeyException(SerializationInfo, StreamingContext) | New Invalid Key Exception |
| InvalidKeyException(string) | New Invalid Key Exception |
| InvalidKeyException(string, Exception) | New Invalid Key Exception |
Properties
| Name | Description |
|---|---|
| Key | The key used to generate the exception. |
| MergeMode | MergeMode if used, else null. |
| Message | Stores information about the exception. |
| Type | The type of the key used to generate the exception. |