PowerSNMP for .NET CF
UInteger Constructor(Int64)
See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace > UInteger Class > UInteger Constructor : UInteger Constructor(Int64)




value
The initial value given to this object. An Int64 is used because UInt32 is not CLS-compliant.
Initializes a new instance of the UInteger class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal value As Long _
)
Visual Basic (Usage)Copy Code
Dim value As Long
 
Dim instance As New UInteger(value)
C# 
public UInteger( 
   long value
)
Managed Extensions for C++ 
public: UInteger( 
   long value
)
C++/CLI 
public:
UInteger( 
   int64 value
)

Parameters

value
The initial value given to this object. An Int64 is used because UInt32 is not CLS-compliant.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionvalue is a null reference.
System.OverflowExceptionvalue is less than UInt32.MinValue or greater than UInt32.MaxValue.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.