Class ResourceNotFoundException
- Namespace
- Gamelogic.Extensions
- Assembly
- Assembly-CSharp.dll
Thrown when trying to load a resource (using Load(string) and variants) but the resource is not found.
public class ResourceNotFoundException : Exception, _Exception, ISerializable
- Inheritance
-
ResourceNotFoundException
- Implements
- Inherited Members
- Extension Methods
Constructors
ResourceNotFoundException()
public ResourceNotFoundException()
ResourceNotFoundException(string)
public ResourceNotFoundException(string resourceName)
Parameters
resourceName
string
ResourceNotFoundException(string, string)
public ResourceNotFoundException(string resourceName, string resourcePath)
Parameters
ResourceNotFoundException(string, string, string)
public ResourceNotFoundException(string resourceName, string resourcePath, string message)
Parameters
Fields
resourceName
public string resourceName
Field Value
resourcePath
public string resourcePath