C# Class Microsoft.ProjectOxford.SpeakerRecognition.Contract.Identification.IdentificationException

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

Public Methods

Method Description
IdentificationException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

IdentificationException() public method

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