Class NotFoundException
The exception that is thrown when a resource could not be found.
Inheritance
object
NotFoundException
Namespace: StylelabsStylelabs.MSdkExceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
NotFoundException()
Initializes a new instance of the NotFoundException class.
Declaration
NotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotFoundException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | serializationInfo | The serialization info. |
| StreamingContext | streamingContext | The streaming context. |
NotFoundException(string, Exception)
Initializes a new instance of the NotFoundException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
| Exception | exception | The exception. |
NotFoundException(string)
Initializes a new instance of the NotFoundException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
If you have suggestions for improving this article, let us know!