Search Results for

    Show / Hide Table of Contents

    Class NullPropertyException

    Exception thrown when trying to set required properties to null.

    Inheritance
    System.Object
    System.Exception
    System.SystemException
    System.ArgumentException
    NullPropertyException
    Implements
    System.Runtime.InteropServices._Exception
    System.Runtime.Serialization.ISerializable
    Inherited Members
    System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.ArgumentException.Message
    System.ArgumentException.ParamName
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetType()
    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.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
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context

    NullPropertyException(String)

    Constructor with message.

    Declaration
    public NullPropertyException(string message)
    Parameters
    Type Name Description
    System.String message

    NullPropertyException(String, Exception)

    Constructor with message and inner exception.

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

    Implements

    System.Runtime.InteropServices._Exception
    System.Runtime.Serialization.ISerializable

    On this page

    • Constructors
      • NullPropertyException()
      • NullPropertyException(SerializationInfo, StreamingContext)
      • NullPropertyException(String)
      • NullPropertyException(String, Exception)
    • Implements
    Back to top Generated by DocFX