Show / Hide Table of Contents

Class ResourceLoaderInvalidDirectoryException

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

Inheritance
Object
Exception
ResourceLoaderPathException
ResourceLoaderInvalidDirectoryException
Implements
ISerializable
Inherited Members
ResourceLoaderPathException.ResourceLocation
ResourceLoaderPathException.ResourcePath
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
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 class ResourceLoaderInvalidDirectoryException : ResourceLoaderPathException, ISerializable

Constructors

| Improve this Doc View Source

ResourceLoaderInvalidDirectoryException()

Initializes a new instance of the ResourceLoaderInvalidDirectoryException class.

Declaration
protected ResourceLoaderInvalidDirectoryException()
| Improve this Doc View Source

ResourceLoaderInvalidDirectoryException(SerializationInfo, StreamingContext)

Initializes a new instance of the ResourceLoaderInvalidDirectoryException class.

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

The info.

StreamingContext context

The context.

| Improve this Doc View Source

ResourceLoaderInvalidDirectoryException(String)

Initializes a new instance of the ResourceLoaderInvalidDirectoryException class.

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

The message.

| Improve this Doc View Source

ResourceLoaderInvalidDirectoryException(String, Exception)

Initializes a new instance of the ResourceLoaderInvalidDirectoryException class.

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

The message.

Exception inner

The inner.

| Improve this Doc View Source

ResourceLoaderInvalidDirectoryException(String, Assembly)

Initializes a new instance of the ResourceLoaderInvalidDirectoryException class.

Declaration
public ResourceLoaderInvalidDirectoryException(string resourcePath, Assembly containingAssembly)
Parameters
Type Name Description
String resourcePath

The resource path.

Assembly containingAssembly

The containing assembly.

Properties

| Improve this Doc View Source

Message

Gets a message that describes the current exception.

Declaration
public override string Message { get; }
Property Value
Type Description
String
Overrides
Exception.Message

Implements

System.Runtime.Serialization.ISerializable

See Also

ResourceLoaderPathException
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX