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

A class encapsulating an exception raised during profile creation
Inheritance: ProfileException
显示文件 Open project: Microsoft/ProjectOxford-ClientSDK

Public Methods

Method Description
CreateProfileException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

CreateProfileException() public method

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