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

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

Public Methods

Method Description
ProfileException ( string message ) : System

A public constructor creating the exception with a specified message

Method Details

ProfileException() public method

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