Rogue Wave Server Component library for .NET Reference Guide
|
|
MvValue Constructor (Object, MvDataType) |
Initializes a new MvValue from a value and a
target type.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- value (Optional)
- Type: SystemObject
The value. - type (Optional)
- Type: RW.Server.ComponentMvDataType
The type of the value.
| Exception | Condition |
|---|---|
| ArgumentException | If the value type is not consistent with the type. |