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

A class encapsulating an exception raised during profile(s) retrieval
Наследование: ProfileException
Показать файл Открыть проект

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

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

A public constructor creating the exception with a specified message

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

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

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