Class ResourceLoaderException
Base class for exceptions thrown by the resource loading mechanism
Implements
Inherited Members
Namespace: Firefly.EmbeddedResourceLoader.Exceptions
Assembly: Firefly.EmbeddedResourceLoader.dll
Syntax
[Serializable]
public class ResourceLoaderException : Exception, ISerializable
Constructors
| Improve this Doc View SourceResourceLoaderException()
Initializes a new instance of the ResourceLoaderException class.
Declaration
public ResourceLoaderException()
ResourceLoaderException(SerializationInfo, StreamingContext)
Initializes a new instance of the ResourceLoaderException class.
Declaration
protected ResourceLoaderException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
| StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
ResourceLoaderException(String)
Initializes a new instance of the ResourceLoaderException class.
Declaration
public ResourceLoaderException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | The message that describes the error. |
ResourceLoaderException(String, Exception)
Initializes a new instance of the ResourceLoaderException class.
Declaration
public ResourceLoaderException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | The message. |
| Exception | inner | The inner. |