Class NotFoundResult
public class NotFoundResult : IFailResult, IExecutionResult
- Inheritance
-
NotFoundResult
- Implements
- Inherited Members
Constructors
NotFoundResult(string)
public NotFoundResult(string message)
Parameters
message
string
Properties
Message
public string Message { get; }