X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Tizen.Uix.VoiceControl%2FTizen.Uix.VoiceControl%2FErrorOccuredEventArgs.cs;h=ce5de7b0afb27183fb80fc90597512a98d18ad6c;hb=refs%2Ftags%2Fsubmit%2Ftizen_4.0%2F20170814.115522;hp=f55df8d5c79ca402aaa27b41a0b2a914d3fdf933;hpb=3921348c16660cfe108025b1c39f0ebfeaebfb8a;p=platform%2Fcore%2Fcsapi%2Fuix-voice-control.git diff --git a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/ErrorOccuredEventArgs.cs b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/ErrorOccuredEventArgs.cs index f55df8d..ce5de7b 100755 --- a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/ErrorOccuredEventArgs.cs +++ b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/ErrorOccuredEventArgs.cs @@ -22,6 +22,7 @@ namespace Tizen.Uix.VoiceControl /// /// This class holds information related to the VoiceControl ErrorOccured Event /// + /// 3 public class ErrorOccuredEventArgs { internal ErrorOccuredEventArgs(ErrorCode error) @@ -147,10 +148,11 @@ namespace Tizen.Uix.VoiceControl /// /// The Error Value /// + /// 3 public Error ErrorValue { get; internal set; } } -} \ No newline at end of file +}