Table of Contents

Class ResourceNotFoundException

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Thrown when trying to load a resource (using Load(string) and variants) but the resource is not found.

public class ResourceNotFoundException : Exception, ISerializable
Inheritance
ResourceNotFoundException
Implements
Inherited Members
Extension Methods

Constructors

ResourceNotFoundException()
ResourceNotFoundException(string)
ResourceNotFoundException(string, string)
ResourceNotFoundException(string, string, string)

Fields

resourceName
resourcePath

See Also