Class HeadlessItemNotFoundException
Thrown when the requested headless item was not found.
public sealed class HeadlessItemNotFoundException : Exception
- Inheritance
-
objectExceptionHeadlessItemNotFoundException
- Extension Methods
Constructors
HeadlessItemNotFoundException()
Initializes a new instance of the HeadlessItemNotFoundException class with default values.
public HeadlessItemNotFoundException()
HeadlessItemNotFoundException(string)
Initializes a new instance of the HeadlessItemNotFoundException class with a specified error message.
public HeadlessItemNotFoundException(string message)
Parameters
message
stringThe message that describes the error.
HeadlessItemNotFoundException(string, Exception)
Initializes a new instance of the HeadlessItemNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public HeadlessItemNotFoundException(string message, Exception innerException)
Parameters
message
stringThe message that describes the error.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.