C# 클래스 Microsoft.ProjectOxford.SpeakerRecognition.Contract.GetProfileException

A class encapsulating an exception raised during profile(s) retrieval
상속: ProfileException
파일 보기 프로젝트 열기: Microsoft/ProjectOxford-ClientSDK

공개 메소드들

메소드 설명
GetProfileException ( string message ) : System

A public constructor creating the exception with a specified message

메소드 상세

GetProfileException() 공개 메소드

A public constructor creating the exception with a specified message
public GetProfileException ( string message ) : System
message string Exception message
리턴 System