Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

message

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)

Parameters

message

The exception message.

The inner exception reference.