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()
Initializes a new instance of ResourceNotFoundException with a generic message.
- ResourceNotFoundException(string)
Initializes a new instance of ResourceNotFoundException for a named resource.
- ResourceNotFoundException(string, string)
Initializes a new instance of ResourceNotFoundException for a named resource at a specific path.
- ResourceNotFoundException(string, string, string)
Initializes a new instance of ResourceNotFoundException with a custom message.
Fields
- resourceName
The name of the resource that was not found.
- resourcePath
The path at which the resource was expected to be found.