Class EditException
Exception that may be thrown by operations in the editor API.
Inherited Members
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 |
---|---|---|
Serialization |
info | serialization info |
Streaming |
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)