Click or drag to resize
TransformationNotFoundException Class
Exception which is thrown when a transformation is not found
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.DocumentEngine.Web.UITransformationNotFoundException

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
[SerializableAttribute]
public class TransformationNotFoundException : Exception

The TransformationNotFoundException type exposes the following members.

Constructors
  NameDescription
Public methodTransformationNotFoundException
Creates a new instance of TransformationNotFoundException
Top
See Also