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

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

Public Methods

Method Description
GetProfileException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

GetProfileException() public method

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