Class PropertyNotFoundException
Version: 3.4
Exception for when a property was required, but not found.
Namespace: StylelabsStylelabs.MSdkExceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class PropertyNotFoundException : NotFoundException
Constructors
PropertyNotFoundException()
Initializes a new instance of the PropertyNotFoundException class.
Declaration
RequestResponse
public PropertyNotFoundException()
PropertyNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the PropertyNotFoundException class.
Declaration
RequestResponse
protected PropertyNotFoundException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | serializationInfo |
The serialization info. |
StreamingContext | streamingContext |
The streaming context. |
PropertyNotFoundException(string, Exception)
Initializes a new instance of the PropertyNotFoundException class.
Declaration
RequestResponse
public PropertyNotFoundException(string message, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
string | message |
The message. |
Exception | exception |
The exception. |
PropertyNotFoundException(string)
Initializes a new instance of the PropertyNotFoundException class.
Declaration
RequestResponse
public PropertyNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
The message. |