EmbeddedResource Constructor |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Creates a new instance of the EmbeddedResource class.
Namespace:
Tangosol.IO.Resources
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic EmbeddedResource(
string resourceName
)
Parameters
- resourceName
- Type: SystemString
The name of the assembly resource.
ExceptionsException | Condition |
---|
UriFormatException |
If the supplied resourceName did not conform
to the expected format.
|
FileLoadException |
If the assembly specified in the supplied
resourceName was loaded twice with two
different evidences.
|
FileNotFoundException |
If the assembly specified in the supplied
resourceName could not be found.
|
SecurityException |
If the caller does not have the required permission to load
the assembly specified in the supplied
resourceName.
|
See Also