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

Inheritance: IPortalError
Show file Open project: CHAOS-Community/Portal

Private Properties

Property Type Description

Public Methods

Method Description
PortalError ( ) : System
PortalError ( Exception exception ) : System
SetException ( Exception exception ) : void

Method Details

PortalError() public method

public PortalError ( ) : System
return System

PortalError() public method

public PortalError ( Exception exception ) : System
exception System.Exception
return System

SetException() public method

public SetException ( Exception exception ) : void
exception System.Exception
return void