AbstractResource Constructor  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Constructor that takes resource name and creates a new instance 
            of the AbstractResource class.
            
 
    Namespace: 
   Tangosol.IO.Resources
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected AbstractResource(
	string resourceName
)
Parameters
- resourceName
 - Type: SystemString
            A String representing the resource.
             
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | 
            If resourceName is null or
            it contains only whitespace character(s).
             | 
Remarks
            Since this is an abstract class it does not expose
            any public constructors.
            
See Also