1. PropertyNotFoundException

Class PropertyNotFoundException

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

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

The serialization info.

StreamingContextstreamingContext

The streaming context.

PropertyNotFoundException(string, Exception)

Initializes a new instance of the PropertyNotFoundException class.

Declaration
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
public PropertyNotFoundException(string message)
Parameters
TypeNameDescription
stringmessage

The message.

If you have suggestions for improving this article, let us know!