Table of Contents

Class ErrorCommandsModel

Namespace
The.Web.Pages
Assembly
Instagile.Web.Client.dll
public sealed record ErrorCommandsModel : CommandsModel, IEquatable<CommandsModel>, IEquatable<ErrorCommandsModel>
Inheritance
ErrorCommandsModel
Implements
Inherited Members

Constructors

ErrorCommandsModel(Exception)

public ErrorCommandsModel(Exception Error)

Parameters

Error Exception

Properties

Error

public Exception Error { get; init; }

Property Value

Exception