Class InvalidKeyException
Exception to encapsulate invalid key errors.
상속된 멤버
네임스페이스: UnityEngine.AddressableAssets
어셈블리: solution.dll
구문
public class InvalidKeyException : Exception, ISerializable, _Exception
생성자
이름 | 설명 |
---|---|
InvalidKeyException() | Exception to encapsulate invalid key errors. |
InvalidKeyException(object) | Construct a new InvalidKeyException. |
InvalidKeyException(object, Type) | Construct a new InvalidKeyException. |
InvalidKeyException(object, Type, MergeMode) | Construct a new InvalidKeyException. |
InvalidKeyException(SerializationInfo, StreamingContext) | Initializes a new instance of the Exception class with serialized data. |
InvalidKeyException(string) | Initializes a new instance of the Exception class with a specified error message. |
InvalidKeyException(string, Exception) | Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception. |
프로퍼티
이름 | 설명 |
---|---|
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. |