C# Class Microsoft.ProjectOxford.SpeakerRecognition.Contract.Verification.PhrasesException

A class encapsulating an exception raised during phrase retrieval
Inheritance: System.Exception
Show file Open project: Microsoft/ProjectOxford-ClientSDK

Public Methods

Method Description
PhrasesException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

PhrasesException() public method

A public constructor creating the exception with a specified message
public PhrasesException ( string message ) : System
message string Exception message
return System