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

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

Méthodes publiques

Méthode Description
GetProfileException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

GetProfileException() public méthode

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