1. Stylelabs.M.Sdk.Exceptions

Class NotFoundException

The exception that is thrown when a resource could not be found.

Inheritance

object

SdkException

NotFoundException

PropertyNotFoundException

Namespace: StylelabsStylelabs.MSdkExceptions

Assembly: Stylelabs.M.Sdk.dll

Syntax

public class NotFoundException : SdkException

Constructors

NotFoundException()

Initializes a new instance of the NotFoundException class.

Declaration

public NotFoundException()

NotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the NotFoundException class.

Declaration

protected NotFoundException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

TypeNameDescription
SerializationInfoserializationInfoThe serialization info.
StreamingContextstreamingContextThe streaming context.

NotFoundException(string, Exception)

Initializes a new instance of the NotFoundException class.

Declaration

public NotFoundException(string message, Exception exception)

Parameters

TypeNameDescription
stringmessageThe message.
ExceptionexceptionThe exception.

NotFoundException(string)

Initializes a new instance of the NotFoundException class.

Declaration

public NotFoundException(string message)

Parameters

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