Class EditException
Exception that may be thrown by operations in the editor API.
Inherited Members
Namespace: SdlSdl.DesktopEditorEditorApi
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 |