Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
Creates a FileResource class using the resource name
supplied.
Namespace: Tangosol.IO.Resources
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)
Syntax
| C# |
|---|
public FileResource( string resourceName ) |
Parameters
- resourceName
- Type: System..::..String
The name of the file system resource.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If the supplied resourceName is null or contains only whitespace character(s). |