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

파일 보기 프로젝트 열기: builttoroam/BuildIt 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Initializes a new instance of the InternalError class.

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

Initializes a new instance of the InternalError class.

메소드 상세

InternalError() 공개 메소드

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

InternalError() 공개 메소드

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