Class NullPropertyException
Exception thrown when trying to set required properties to null.
Inherited Members
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 |