PowerSNMP for .NET
Integer Constructor(Int32)




The initial value given to this object.
Initializes a new instance of the Integer class.
Syntax
Public Function New( _
   ByVal value As Integer _
)
Dim value As Integer
 
Dim instance As New Integer(value)
public Integer( 
   int value
)
public: Integer( 
   int value
)
public:
Integer( 
   int value
)

Parameters

value
The initial value given to this object.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe value is a null reference
System.FormatExceptionThe value does not consist of an option sign followed by a sequence of digits.
System.OverflowExceptionThe value is less than Int32.MinValue or greater than Int32.MaxValue
See Also

Reference

Integer Class
Integer Members
Overload List


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic