Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Creates a new instance of the EmbeddedResource class.

Namespace: Tangosol.IO.Resources
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public EmbeddedResource(
	string resourceName
)

Parameters

resourceName
Type: System..::..String
The name of the assembly resource.

Exceptions

ExceptionCondition
System..::..UriFormatException If the supplied resourceName did not conform to the expected format.
System.IO..::..FileLoadException If the assembly specified in the supplied resourceName was loaded twice with two different evidences.
System.IO..::..FileNotFoundException If the assembly specified in the supplied resourceName could not be found.
System.Security..::..SecurityException If the caller does not have the required permission to load the assembly specified in the supplied resourceName.

See Also