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
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable