Table of Contents

Class CountryException

Namespace
Dynamicweb.Ecommerce.International
Assembly
Dynamicweb.Ecommerce.dll
Represents the country exception.
public class CountryException : Exception, ISerializable
Inheritance
CountryException
Implements
Inherited Members

Constructors

CountryException(string)

Initializes a new instance of the class.
public CountryException(string message)

Parameters

message string
The exception message.
To top