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

A class encapsulating an exception raised during profile creation
Inheritance: ProfileException
Afficher le fichier Open project: Microsoft/ProjectOxford-ClientSDK

Méthodes publiques

Méthode Description
CreateProfileException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

CreateProfileException() public méthode

A public constructor creating the exception with a specified message
public CreateProfileException ( string message ) : System
message string Exception message
Résultat System