C# Class Chaos.Portal.Core.Response.Dto.v2.PortalError

Inheritance: IPortalError
Afficher le fichier Open project: CHAOS-Community/Portal

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PortalError ( ) : System
PortalError ( Exception exception ) : System
SetException ( Exception exception ) : void

Method Details

PortalError() public méthode

public PortalError ( ) : System
Résultat System

PortalError() public méthode

public PortalError ( Exception exception ) : System
exception System.Exception
Résultat System

SetException() public méthode

public SetException ( Exception exception ) : void
exception System.Exception
Résultat void