Search Results for

    Show / Hide Table of Contents

    Class EditException

    Exception that may be thrown by operations in the editor API.

    Inheritance
    object
    Exception
    EditException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public class EditException : Exception, ISerializable, _Exception

    Constructors

    EditException()

    Default constructor.

    Declaration
    public EditException()

    EditException(SerializationInfo, StreamingContext)

    Constructor used in serialization.

    Declaration
    protected EditException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    serialization info

    StreamingContext context

    serialization context

    EditException(string)

    Construction from a message.

    Declaration
    public EditException(string message)
    Parameters
    Type Name Description
    string message

    exception message

    EditException(string, Exception)

    Construction from a message and an inner exception.

    Declaration
    public EditException(string message, Exception inner)
    Parameters
    Type Name Description
    string message

    exception message

    Exception inner

    inner exception

    Implements

    ISerializable
    _Exception

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • EditException()
      • EditException(SerializationInfo, StreamingContext)
      • EditException(string)
      • EditException(string, Exception)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX