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

A class encapsulating an exception raised while performing an action on a profile
Inheritance: System.Exception
Afficher le fichier Open project: Microsoft/ProjectOxford-ClientSDK

Méthodes publiques

Méthode Description
ProfileException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

ProfileException() public méthode

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