Class ResourceLoaderReadOnlyException
Exception thrown if the decorated member is read only, e.g. a property with no setter.
Implements
Inherited Members
Namespace: Firefly.EmbeddedResourceLoader.Exceptions
Assembly: Firefly.EmbeddedResourceLoader.dll
Syntax
[Serializable]
public class ResourceLoaderReadOnlyException : Exception, ISerializable
Constructors
| Improve this Doc View SourceResourceLoaderReadOnlyException()
Initializes a new instance of the ResourceLoaderReadOnlyException class.
Declaration
public ResourceLoaderReadOnlyException()
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. |
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. |
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. |