C# Class Microsoft.ProjectOxford.SpeakerRecognition.Contract.Identification.IdentificationException

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

Méthodes publiques

Méthode Description
IdentificationException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

IdentificationException() public méthode

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