C# Класс Microsoft.ProjectOxford.SpeakerRecognition.Contract.EnrollmentException

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

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

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

A public constructor creating the exception with a specified message

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

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

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