Class ResourceLoaderInvalidDirectoryException
Thrown if an attempt to initialize a TempDirectory does not yield any resources.
Implements
Inherited Members
Namespace: Firefly.EmbeddedResourceLoader.Exceptions
Assembly: Firefly.EmbeddedResourceLoader.dll
Syntax
[Serializable]
public class ResourceLoaderInvalidDirectoryException : ResourceLoaderPathException, ISerializable
Constructors
| Improve this Doc View SourceResourceLoaderInvalidDirectoryException()
Initializes a new instance of the ResourceLoaderInvalidDirectoryException class.
Declaration
protected ResourceLoaderInvalidDirectoryException()
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. |
ResourceLoaderInvalidDirectoryException(String)
Initializes a new instance of the ResourceLoaderInvalidDirectoryException class.
Declaration
protected ResourceLoaderInvalidDirectoryException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | The message. |
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. |
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 SourceMessage
Gets a message that describes the current exception.
Declaration
public override string Message { get; }
Property Value
| Type | Description |
|---|---|
| String |