Class CommerceException
Exception that is thrown by Commerce when a non-fatal error occurs.
Namespace: EPiServer.Business.Commerce.Exception
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
public class CommerceException : EPiServerException
Constructors
CommerceException()
Declaration
public CommerceException()
CommerceException(SerializationInfo, StreamingContext)
Constructor initialize Serialization info and Streaming context
Declaration
protected CommerceException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
CommerceException(String)
Constructor
Declaration
public CommerceException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
CommerceException(String, Exception)
Constructor
Declaration
public CommerceException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |
CommerceException(String, String)
Constructor
Declaration
public CommerceException(string message, string languageKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.String | languageKey |
CommerceException(String, String, Exception)
Constructor
Declaration
public CommerceException(string message, string languageKey, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.String | languageKey | |
System.Exception | innerException |
CommerceException(String, String, Exception, String[])
Constructor
Declaration
public CommerceException(string message, string languageKey, Exception innerException, params string[] list)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.String | languageKey | |
System.Exception | innerException | |
System.String[] | list |
CommerceException(String, String, String[])
Constructor
Declaration
public CommerceException(string message, string languageKey, params string[] list)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.String | languageKey | |
System.String[] | list |