View Source
Class ExceptionViewModel
Inheritance
System.Object
Assembly: Umbraco.Web.Common.dll
Syntax
public class ExceptionViewModel
Properties
View Source
ExceptionMessage
Declaration
public string ExceptionMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ExceptionType
Declaration
public Type? ExceptionType { get; set; }
Property Value
Type |
Description |
System.Nullable<Type> |
|
View Source
StackTrace
Declaration
public string StackTrace { get; set; }
Property Value
Type |
Description |
System.String |
|