Show / Hide Table of Contents

Class ResourceLoaderReadOnlyException

Exception thrown if the decorated member is read only, e.g. a property with no setter.

Inheritance
Object
Exception
ResourceLoaderReadOnlyException
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 ResourceLoaderReadOnlyException : Exception, ISerializable

Constructors

| Improve this Doc View Source

ResourceLoaderReadOnlyException()

Initializes a new instance of the ResourceLoaderReadOnlyException class.

Declaration
public ResourceLoaderReadOnlyException()
| Improve this Doc View Source

ResourceLoaderReadOnlyException(SerializationInfo, StreamingContext)

Initializes a new instance of the ResourceLoaderReadOnlyException class.

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

ResourceLoaderReadOnlyException(String)

Initializes a new instance of the ResourceLoaderReadOnlyException class.

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

The message that describes the error.

| Improve this Doc View Source

ResourceLoaderReadOnlyException(String, Exception)

Initializes a new instance of the ResourceLoaderReadOnlyException class.

Declaration
public ResourceLoaderReadOnlyException(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