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

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

Méthodes publiques

Méthode Description
PhrasesException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

PhrasesException() public méthode

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