Table of Contents

Class ValidationException

Namespace
Dynamicweb.Marketplace
Assembly
Dynamicweb.Marketplace.dll
[Serializable]
public class ValidationException : Exception, ISerializable
Inheritance
ValidationException
Implements
Inherited Members

Constructors

ValidationException()

public ValidationException()

ValidationException(string)

public ValidationException(string message)

Parameters

message string

ValidationException(string, Exception)

public ValidationException(string message, Exception innerException)

Parameters

message string
innerException Exception
To top