Class EditException
Exception that may be thrown by operations in the editor API.
Inheritance
System.Object
    System.Exception
    EditException
  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: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class EditException : Exception, ISerializable, _ExceptionConstructors
EditException()
Default constructor.
Declaration
public EditException()EditException(SerializationInfo, StreamingContext)
Constructor used in serialization.
Declaration
protected EditException(SerializationInfo info, StreamingContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | serialization info | 
| System.Runtime.Serialization.StreamingContext | context | serialization context | 
EditException(String)
Construction from a message.
Declaration
public EditException(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| System.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 | 
|---|---|---|
| System.String | message | exception message | 
| System.Exception | inner | inner exception | 
Implements
      System.Runtime.Serialization.ISerializable
  
  
      System.Runtime.InteropServices._Exception