ExceptionSpec(DefinedValue) Constructor |
Initializes a new instance of the
ExceptionSpec class with a defined value.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic ExceptionSpec(
DefinedValue value
)
Public Sub New (
value As DefinedValue
)
Dim value As DefinedValue
Dim instance As New ExceptionSpec(value)
public:
ExceptionSpec(
DefinedValue^ value
)
new :
value : DefinedValue -> ExceptionSpec
Parameters
- value DefinedValue
- The defined value.
See Also