Table of Contents

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

resourceName string
resourcePath string

ResourceNotFoundException(string, string, string)

public ResourceNotFoundException(string resourceName, string resourcePath, string message)

Parameters

resourceName string
resourcePath string
message string

Fields

resourceName

public string resourceName

Field Value

string

resourcePath

public string resourcePath

Field Value

string

See Also