C# 클래스 Pomona.Example.Models.ErrorStatus

파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
ErrorStatus ( string message, int errorCode, string member = null, string exception = null )

메소드 상세

ErrorStatus() 공개 메소드

public ErrorStatus ( string message, int errorCode, string member = null, string exception = null )
message string
errorCode int
member string
exception string