Class NotFoundException
The exception that is thrown when a resource could not be found.
Inheritance
System.Object
NotFoundException
Namespace: Stylelabs.M.Sdk.Exceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class NotFoundException : SdkException
Constructors
NotFoundException()
Declaration
public NotFoundException()
NotFoundException(SerializationInfo, StreamingContext)
Declaration
protected NotFoundException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | serializationInfo | |
StreamingContext | streamingContext |
NotFoundException(String)
Declaration
public NotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
NotFoundException(String, Exception)
Declaration
public NotFoundException(string message, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | exception |
Can we improve this article ? Provide feedback