Class DynamicRelationException
- Namespace
- Dynamicweb.Ecommerce.Products.DynamicRelations
- Assembly
- Dynamicweb.Ecommerce.dll
Represents errors that occur during dynamic relation operations.
public sealed class DynamicRelationException : Exception, ISerializable
- Inheritance
-
DynamicRelationException
- Implements
- Inherited Members
Remarks
This exception is thrown when an operation involving dynamic relations fails. It can be used to capture and handle errors specific to dynamic relation processing.
Constructors
DynamicRelationException()
public DynamicRelationException()
DynamicRelationException(string)
public DynamicRelationException(string message)
Parameters
messagestring
DynamicRelationException(string, Exception)
public DynamicRelationException(string message, Exception innerException)