Search Results for

    Show / Hide Table of Contents

    Class NullPropertyException

    Exception thrown when trying to set required properties to null.

    Inheritance
    object
    Exception
    SystemException
    ArgumentException
    NullPropertyException
    Implements
    _Exception
    ISerializable
    Inherited Members
    ArgumentException.GetObjectData(SerializationInfo, StreamingContext)
    ArgumentException.Message
    ArgumentException.ParamName
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetType()
    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 NullPropertyException : ArgumentException, _Exception, ISerializable

    Constructors

    NullPropertyException()

    Default constructor.

    Declaration
    public NullPropertyException()

    NullPropertyException(SerializationInfo, StreamingContext)

    Constructor for serialization.

    Declaration
    protected NullPropertyException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context

    NullPropertyException(string)

    Constructor with message.

    Declaration
    public NullPropertyException(string message)
    Parameters
    Type Name Description
    string message

    NullPropertyException(string, Exception)

    Constructor with message and inner exception.

    Declaration
    public NullPropertyException(string message, Exception inner)
    Parameters
    Type Name Description
    string message
    Exception inner

    Implements

    _Exception
    ISerializable
    In this article
    • Constructors
      • NullPropertyException()
      • NullPropertyException(SerializationInfo, StreamingContext)
      • NullPropertyException(string)
      • NullPropertyException(string, Exception)
    • Implements
    Back to top Generated by DocFX