Class CascadeException
CascadeException class represents a cascade exception.
Inheritance
Object
Exception
CascadeException
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.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class CascadeException : Exception, ISerializable, _Exception
Constructors
CascadeException(CascadeMessage)
Constructor that takes the given cascade message.
Declaration
public CascadeException(CascadeMessage cascadeMessage)
Parameters
Type | Name | Description |
---|---|---|
CascadeMessage | cascadeMessage | cascade message |
Properties
CascadeMessage
CascadeMessage represents the underlying cascade message that caused the exception.
Declaration
public CascadeMessage CascadeMessage { get; }
Property Value
Type | Description |
---|---|
CascadeMessage |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception