Partajați prin


BizDataException Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Exception raised when a Profile attribute cannot be committed, a data-source in cannot be created, a catalog cannot be retrieved, or an XML document cannot be loaded.

Namespace:  Microsoft.CommerceServer.Interop.Profiles
Assembly:  Microsoft.CommerceServer.Interop.Profiles.BizDataAdmin (in Microsoft.CommerceServer.Interop.Profiles.BizDataAdmin.dll)

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class BizDataException _
    Inherits CommerceException
'Usage
Dim instance As BizDataException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class BizDataException : CommerceException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class BizDataException : public CommerceException
public class BizDataException extends CommerceException

Remarks

The error is provided to the user via this class.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      Microsoft.CommerceServer.Runtime..::.CommerceException
        Microsoft.CommerceServer.Interop.Profiles..::.BizDataException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BizDataException Members

Microsoft.CommerceServer.Interop.Profiles Namespace