Show / Hide Table of Contents

Class ResourceLoaderException

Base class for exceptions thrown by the resource loading mechanism

Inheritance
Object
Exception
ResourceLoaderException
ResourceLoaderInvalidTypeException
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 class ResourceLoaderException : Exception, ISerializable

Constructors

| Improve this Doc View Source

ResourceLoaderException()

Initializes a new instance of the ResourceLoaderException class.

Declaration
public ResourceLoaderException()
| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

Implements

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