1. Stylelabs.M.Sdk.Exceptions

Class PropertyNotFoundException

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

Inheritance

object

SdkException

NotFoundException

PropertyNotFoundException

Namespace: StylelabsStylelabs.MSdkExceptions

Assembly: Stylelabs.M.Sdk.dll

Syntax

public class PropertyNotFoundException : NotFoundException

Constructors

PropertyNotFoundException()

Initializes a new instance of the PropertyNotFoundException class.

Declaration

public PropertyNotFoundException()

PropertyNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the PropertyNotFoundException class.

Declaration

protected PropertyNotFoundException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

TypeNameDescription
SerializationInfoserializationInfoThe serialization info.
StreamingContextstreamingContextThe streaming context.

PropertyNotFoundException(string, Exception)

Initializes a new instance of the PropertyNotFoundException class.

Declaration

public PropertyNotFoundException(string message, Exception exception)

Parameters

TypeNameDescription
stringmessageThe message.
ExceptionexceptionThe exception.

PropertyNotFoundException(string)

Initializes a new instance of the PropertyNotFoundException class.

Declaration

public PropertyNotFoundException(string message)

Parameters

TypeNameDescription
stringmessageThe message.
If you have suggestions for improving this article, let us know!