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

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

공개 메소드들

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

A public constructor creating the exception with a specified message

메소드 상세

CreateProfileException() 공개 메소드

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