Show / Hide Table of Contents

Class ResourceLoaderInvalidTypeException

Exception thrown if the type of the decorated member is not supported by this library.

Note that value types are always initialized with their default value and as such are initialized, therefore they are ignored rather than this exception being thrown.

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 ResourceLoaderInvalidTypeException : ResourceLoaderException, ISerializable

Constructors

| Improve this Doc View Source

ResourceLoaderInvalidTypeException()

Initializes a new instance of the ResourceLoaderInvalidTypeException class.

Declaration
public ResourceLoaderInvalidTypeException()
| Improve this Doc View Source

ResourceLoaderInvalidTypeException(SerializationInfo, StreamingContext)

Initializes a new instance of the ResourceLoaderInvalidTypeException class.

Declaration
protected ResourceLoaderInvalidTypeException(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

ResourceLoaderInvalidTypeException(String)

Initializes a new instance of the ResourceLoaderInvalidTypeException class.

Declaration
public ResourceLoaderInvalidTypeException(string message)
Parameters
Type Name Description
String message

The message that describes the error.

| Improve this Doc View Source

ResourceLoaderInvalidTypeException(String, Exception)

Initializes a new instance of the ResourceLoaderInvalidTypeException class.

Declaration
public ResourceLoaderInvalidTypeException(string message, Exception inner)
Parameters
Type Name Description
String message

The message.

Exception inner

The inner.

| Improve this Doc View Source

ResourceLoaderInvalidTypeException(Type)

Initializes a new instance of the ResourceLoaderInvalidTypeException class.

Declaration
public ResourceLoaderInvalidTypeException(Type targetType)
Parameters
Type Name Description
Type targetType

Type of the target.

Implements

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