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
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception