C# 클래스 BuildIt.CognitiveServices.Models.Error

파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Error ( ) : System.Linq

Initializes a new instance of the Error class.

Error ( string code = default(string), string message = default(string), InternalError innerError = default(InternalError) ) : System.Linq

Initializes a new instance of the Error class.

메소드 상세

Error() 공개 메소드

Initializes a new instance of the Error class.
public Error ( ) : System.Linq
리턴 System.Linq

Error() 공개 메소드

Initializes a new instance of the Error class.
public Error ( string code = default(string), string message = default(string), InternalError innerError = default(InternalError) ) : System.Linq
code string Unique error code identifying the error
message string Error message
innerError InternalError Error details
리턴 System.Linq