Class NotFoundException

Current version: 3.4

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

Inheritance
object
NotFoundException
Namespace: StylelabsStylelabs.MSdkExceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class NotFoundException : SdkException

Constructors

NotFoundException()

Initializes a new instance of the NotFoundException class.

Declaration
RequestResponse
public NotFoundException()

NotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the NotFoundException class.

Declaration
RequestResponse
protected NotFoundException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
TypeNameDescription
SerializationInfoserializationInfo

The serialization info.

StreamingContextstreamingContext

The streaming context.

NotFoundException(string, Exception)

Initializes a new instance of the NotFoundException class.

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

The message.

Exceptionexception

The exception.

NotFoundException(string)

Initializes a new instance of the NotFoundException class.

Declaration
RequestResponse
public NotFoundException(string message)
Parameters
TypeNameDescription
stringmessage

The message.

Do you have some feedback for us?

If you have suggestions for improving this article,