Class ErrorViewModel
- Namespace
- JJMasterData.Web.Models
- Assembly
- JJMasterData.Web.dll
public class ErrorViewModel
- Inheritance
-
ErrorViewModel
- Inherited Members
Properties
Exception
public string? Exception { get; set; }
Property Value
Message
public string? Message { get; set; }
Property Value
StatusCode
public int StatusCode { get; set; }