Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the actual property value that caused this exception.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Property ActualValue As Decimal
'Usage
Dim instance As MinimumValueValidationException
Dim value As Decimal
value = instance.ActualValue
instance.ActualValue = value
public decimal ActualValue { get; set; }
public:
property Decimal ActualValue {
Decimal get ();
void set (Decimal value);
}
public function get ActualValue () : decimal
public function set ActualValue (value : decimal)
Property Value
Type: System..::.Decimal
The actual property value.
Remarks
Stores the actual property value. Use this property to retrieve the invalid argument that caused this exception.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
MinimumValueValidationException Class