| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MessageStream Dim value As Long instance.SetLength(value) | |
Parameters
- value
- The value at which to set the length.
| Exception | Description |
|---|---|
| System.NotSupportedException | Always thrown by this method. |
This method is not supported, and always throws a NotSupportedException.
Target Platforms: Microsoft .NET Framework 2.0