Allocates a new instance from the given string.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public CacheableFileName( string value ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ value As String _ ) |
| Visual C++ |
|---|
public: CacheableFileName ( String^ value ) |
Parameters
- value
- String
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::IllegalArgumentException | If the packed CacheableFileName is greater than or equal 64K in length. |
See Also
CacheableFileName Class
GemStone.GemFire.Cache Namespace