Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


InvalidPathException

The exception that is thrown when trying to resolve an invalid path.
Read time 1 minuteLast updated 6 days ago

Definition

public class InvalidPathException : Exception, ISerializable

Constructors

Constructor

Description

InvalidPathException(System.String)Initializes a new instance of the InvalidPathException class with a specified path.
InvalidPathException(System.String,System.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.

Inheritance