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

A class encapsulating an exception raised while performing an action on a profile
상속: System.Exception
파일 보기 프로젝트 열기: Microsoft/ProjectOxford-ClientSDK

공개 메소드들

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

A public constructor creating the exception with a specified message

메소드 상세

ProfileException() 공개 메소드

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