Show / Hide Table of Contents

Class ResourceLoaderPathException

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

Inheritance
Object
Exception
ResourceLoaderPathException
ResourceLoaderAmbiguousPathException
ResourceLoaderInvalidDirectoryException
ResourceLoaderInvalidPathException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Firefly.EmbeddedResourceLoader.Exceptions
Assembly: Firefly.EmbeddedResourceLoader.dll
Syntax
[Serializable]
public abstract class ResourceLoaderPathException : Exception, ISerializable

Constructors

| Improve this Doc View Source

ResourceLoaderPathException()

Initializes a new instance of the ResourceLoaderPathException class.

Declaration
protected ResourceLoaderPathException()
| Improve this Doc View Source

ResourceLoaderPathException(SerializationInfo, StreamingContext)

Initializes a new instance of the ResourceLoaderPathException class.

Declaration
protected ResourceLoaderPathException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The info.

StreamingContext context

The context.

| Improve this Doc View Source

ResourceLoaderPathException(String)

Initializes a new instance of the ResourceLoaderPathException class.

Declaration
protected ResourceLoaderPathException(string message)
Parameters
Type Name Description
String message

The message.

| Improve this Doc View Source

ResourceLoaderPathException(String, Exception)

Initializes a new instance of the ResourceLoaderPathException class.

Declaration
protected ResourceLoaderPathException(string message, Exception inner)
Parameters
Type Name Description
String message

The message.

Exception inner

The inner.

| Improve this Doc View Source

ResourceLoaderPathException(String, Assembly)

Initializes a new instance of the ResourceLoaderPathException class.

Declaration
protected ResourceLoaderPathException(string resourcePath, Assembly containingAssembly)
Parameters
Type Name Description
String resourcePath

The resource path.

Assembly containingAssembly

The containing assembly.

Properties

| Improve this Doc View Source

ResourceLocation

Gets the assembly containing, or expected to contain the resource.

Declaration
public Assembly ResourceLocation { get; }
Property Value
Type Description
Assembly

The resource location.

| Improve this Doc View Source

ResourcePath

Gets the resource path as entered in the attribute's constructor.

Declaration
public string ResourcePath { get; }
Property Value
Type Description
String

The resource path.

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX