C# Класс Microsoft.ProjectOxford.SpeakerRecognition.Contract.Identification.IdentificationException

A class encapsulating an exception raised during speaker identification
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
IdentificationException ( string message ) : System

A public constructor creating the exception with a specified message

Описание методов

IdentificationException() публичный Метод

A public constructor creating the exception with a specified message
public IdentificationException ( string message ) : System
message string Exception message
Результат System