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

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

Public Methods

Method Description
VerificationException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

VerificationException() public method

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