Tag: information
How to Get Necessary Information from the Exception in C# ?
There are times when you want to get the necessary information from the exception to identify the error better in C# . The Exception class contains various properties which can be used to retreive the necessary information from the error. Some of the properties includes Message – The Message property provides the brief description of error. Source – The Source property provides information about the…
Can i get the SMS or incoming Call information Programatically from a Windows Phone 8 App ?
Most of the developers have this question on whether they can access the SMS or incoming call information programmatically from a Windows Phone app . Can i get the SMS or incoming Call information Programatically from a Windows Phone 8 App ? Currently , the Windows Phone 8 SDK does not provide API’s to perform this.