Allocates a new instance copying from the given character array.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public CacheableFileName( char[] value ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ value As Char() _ ) |
| Visual C++ |
|---|
public: CacheableFileName ( array<wchar_t>^ value ) |
Parameters
- value
- array<Char>[]()
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