C# Class Microsoft.ProjectOxford.SpeakerRecognition.Contract.EnrollmentException

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

Méthodes publiques

Méthode Description
EnrollmentException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

EnrollmentException() public méthode

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