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

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

Public Methods

Method Description
EnrollmentException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

EnrollmentException() public method

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