See Also

EnhancedStream Class  | EnhancedStream Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

value
The value at which to set the length.
See Also Languages PowerTCP Email Validation for .NET

SetLength Method

Dart.PowerTCP.EmailValidation Namespace > EnhancedStream Class : SetLength Method (EnhancedStream)

Sets the length of the current Stream to the specified value. Always throws a NotSupportedException.

[Visual Basic]
Overrides Public Sub SetLength( _    ByVal value As Long _ )
[C#]
public override void SetLength(    long value );
[C++]
public: void SetLength(    long value ) override
[C++/CLI]
public: void SetLength(    long long value ) override

Parameters

value
The value at which to set the length.

Exceptions

ExceptionDescription
NotSupportedExceptionAlways thrown by this method.

Remarks

This method is not supported, and always throws a NotSupportedException.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

EnhancedStream Class  | EnhancedStream Members


Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.