Show / Hide Table of Contents

Namespace Firefly.EmbeddedResourceLoader.Exceptions

Classes

ResourceLoaderAmbiguousPathException

Exception thrown when a partial resource path matches more than one resource in the target assembly.

ResourceLoaderException

Base class for exceptions thrown by the resource loading mechanism

ResourceLoaderInvalidDirectoryException

Thrown if an attempt to initialize a TempDirectory does not yield any resources.

ResourceLoaderInvalidPathException

Exception thrown when the resource path cannot be found in the given assembly. The developer may have included it, but forgot to set it to embedded resource.

ResourceLoaderInvalidTypeException

Exception thrown if the type of the decorated member is not supported by this library.

Note that value types are always initialized with their default value and as such are initialized, therefore they are ignored rather than this exception being thrown.

ResourceLoaderPathException

Base class for exceptions thrown when a resource path cannot be resolved.

ResourceLoaderReadOnlyException

Exception thrown if the decorated member is read only, e.g. a property with no setter.

In This Article
Back to top Generated by DocFX