Table of Contents

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

string

Message

public string? Message { get; set; }

Property Value

string

StatusCode

public int StatusCode { get; set; }

Property Value

int