Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class OrderGroupComponentNotFoundException

Inheritance
System.Object
OrderGroupComponentNotFoundException
Namespace: EPiServer.Commerce.UI.CustomerService.Extensions
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class OrderGroupComponentNotFoundException : Exception

Constructors

OrderGroupComponentNotFoundException()

Declaration
public OrderGroupComponentNotFoundException()

OrderGroupComponentNotFoundException(String)

Declaration
public OrderGroupComponentNotFoundException(string message)
Parameters
Type Name Description
System.String message

OrderGroupComponentNotFoundException(String, Exception)

Declaration
public OrderGroupComponentNotFoundException(string message, Exception inner)
Parameters
Type Name Description
System.String message
System.Exception inner