Class PropertyNotFoundException

Version: 3.4

Exception for when a property was required, but not found.

Inheritance
object
PropertyNotFoundException
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
TypeNameDescription
SerializationInfoserializationInfo

The serialization info.

StreamingContextstreamingContext

The streaming context.

PropertyNotFoundException(string, Exception)

Initializes a new instance of the PropertyNotFoundException class.

Declaration
RequestResponse
public PropertyNotFoundException(string message, Exception exception)
Parameters
TypeNameDescription
stringmessage

The message.

Exceptionexception

The exception.

PropertyNotFoundException(string)

Initializes a new instance of the PropertyNotFoundException class.

Declaration
RequestResponse
public PropertyNotFoundException(string message)
Parameters
TypeNameDescription
stringmessage

The message.

Do you have some feedback for us?

If you have suggestions for improving this article,