C# 클래스 Chaos.Portal.Core.Response.Dto.v2.PortalError

상속: IPortalError
파일 보기 프로젝트 열기: CHAOS-Community/Portal

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PortalError ( ) : System
PortalError ( Exception exception ) : System
SetException ( Exception exception ) : void

메소드 상세

PortalError() 공개 메소드

public PortalError ( ) : System
리턴 System

PortalError() 공개 메소드

public PortalError ( Exception exception ) : System
exception System.Exception
리턴 System

SetException() 공개 메소드

public SetException ( Exception exception ) : void
exception System.Exception
리턴 void