C# 클래스 Netsy.Helpers.ResultStatus

Result status class
파일 보기 프로젝트 열기: AnthonySteele/Netsy 1 사용 예제들

공개 메소드들

메소드 설명
ResultStatus ( bool success ) : System

Initializes a new instance of the ResultStatus class

ResultStatus ( string errorMessage, Exception ex ) : System

Initializes a new instance of the ResultStatus class

메소드 상세

ResultStatus() 공개 메소드

Initializes a new instance of the ResultStatus class
public ResultStatus ( bool success ) : System
success bool was the call sucessfull
리턴 System

ResultStatus() 공개 메소드

Initializes a new instance of the ResultStatus class
public ResultStatus ( string errorMessage, Exception ex ) : System
errorMessage string the error message
ex System.Exception the exception
리턴 System