SaaS CMS has officially launched! Learn more now.

Class XFormException

Summary description for XFormTranslatedException.

Inheritance
System.Object
System.Exception
XFormException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: EPiServer.XForms
Assembly: EPiServer.XForms.dll
Version: 8.11.0
Syntax
public class XFormException : Exception, ISerializable, _Exception

Constructors

XFormException(String)

Declaration
public XFormException(string error)
Parameters
Type Name Description
System.String error

XFormException(String, Object)

Declaration
public XFormException(string error, object param)
Parameters
Type Name Description
System.String error
System.Object param

Properties

Param

Declaration
public object Param { get; }
Property Value
Type Description
System.Object

Implements

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception