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

A class encapsulating an exception raised while resetting enrollments for a profile
Inheritance: ProfileException
Afficher le fichier Open project: Microsoft/ProjectOxford-ClientSDK

Méthodes publiques

Méthode Description
ResetEnrollmentsException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

ResetEnrollmentsException() public méthode

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