A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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