Table of Contents

Class ConvertException

Namespace
Dynamicweb.Imaging.ImageHandling
Assembly
Dynamicweb.Core.dll

The Class ConvertException represents conversion exception.

[Serializable]
public class ConvertException : Exception, ISerializable
Inheritance
ConvertException
Implements
Inherited Members

Constructors

ConvertException()

Initializes a new instance of the ConvertException class.

public ConvertException()

ConvertException(string)

Initializes a new instance of the ConvertException class.

public ConvertException(string message)

Parameters

message string

Error message for this instance.

ConvertException(string, Exception)

Initializes a new instance of the ConvertException class.

public ConvertException(string message, Exception innerException)

Parameters

message string

Error message for this instance.

innerException Exception

The inner exception for this instance

To top