InvalidPathException
Initializes a new instance of the InvalidPathException class with a specified path.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Constructor
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
InvalidPathException(string)
Initializes a new instance of the InvalidPathException class with a specified path.
public InvalidPathException(string message)
Parameters
The exception message.
InvalidPathException(string, Exception)
Initializes a new instance of the InvalidPathException class with a specified type and a reference to the inner exception that is the cause of this exception.
public InvalidPathException(string message, Exception inner)