Search Results for

    Show / Hide Table of Contents

    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

    ISerializable
    _Exception
    In this article
    Back to top Generated by DocFX