Class NotFoundException
The service or resource was not found.
Implements
Inherited Members
Namespace: Unity.Cloud.Common
Assembly: Unity.Cloud.Common.dll
Syntax
[Serializable]
public class NotFoundException : ServiceException, ISerializable
Constructors
NotFoundException()
Default constructor.
Declaration
public NotFoundException()
NotFoundException(SerializationInfo, StreamingContext)
Creates an instance from the provided serialization info and streaming context.
Declaration
protected NotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The serialization info. |
StreamingContext | context | The streaming context. |
NotFoundException(string)
Creates an instance from the provided error message.
Declaration
public NotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
NotFoundException(string, Exception)
Creates an instance from the provided error message and inner exception.
Declaration
public NotFoundException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
Exception | innerException | The inner exception. |