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

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

Méthodes publiques

Méthode Description
VerificationException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

VerificationException() public méthode

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