C# 클래스 Microsoft.ProjectOxford.SpeakerRecognition.Contract.Identification.IdentificationException

A class encapsulating an exception raised during speaker identification
상속: System.Exception
파일 보기 프로젝트 열기: Microsoft/ProjectOxford-ClientSDK

공개 메소드들

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

A public constructor creating the exception with a specified message

메소드 상세

IdentificationException() 공개 메소드

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