code Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the BizDataErrorCodes that caused the error.
Namespace: Microsoft.CommerceServer.Interop.Profiles
Assembly: Microsoft.CommerceServer.Interop.Profiles.BizDataAdmin (in Microsoft.CommerceServer.Interop.Profiles.BizDataAdmin.dll)
Syntax
'Declaration
Public ReadOnly Property code As BizDataErrorCodes
'Usage
Dim instance As BizDataException
Dim value As BizDataErrorCodes
value = instance.code
public BizDataErrorCodes code { get; }
public:
property BizDataErrorCodes code {
BizDataErrorCodes get ();
}
public function get code () : BizDataErrorCodes
Property Value
Type: Microsoft.CommerceServer.Interop.Profiles..::.BizDataErrorCodes
A BizDataErrorCodes enumeration containing the cause of the exception.
Remarks
The returned BizDataErrorCodes enumeration can be used to determine the cause of the 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.