Click here to Skip to main content
15,867,835 members
Home / Discussions / C#
   

C#

 
QuestionSplit a string into values Pin
Farhad Eft15-Jul-15 5:48
Farhad Eft15-Jul-15 5:48 
AnswerRe: Split a string into values Pin
Abhipal Singh15-Jul-15 6:06
professionalAbhipal Singh15-Jul-15 6:06 
AnswerRe: Split a string into values Pin
User 418025417-Jul-15 2:47
User 418025417-Jul-15 2:47 
Questioncant run access query Through C# Pin
goldsoft14-Jul-15 21:20
goldsoft14-Jul-15 21:20 
AnswerRe: cant run access query Through C# Pin
Wendelius14-Jul-15 21:36
mentorWendelius14-Jul-15 21:36 
QuestionTask Exception Handling Pin
Member 1183731414-Jul-15 10:03
Member 1183731414-Jul-15 10:03 
AnswerRe: Task Exception Handling Pin
Eddy Vluggen14-Jul-15 10:34
professionalEddy Vluggen14-Jul-15 10:34 
AnswerRe: Task Exception Handling Pin
Pete O'Hanlon14-Jul-15 23:24
subeditorPete O'Hanlon14-Jul-15 23:24 
Matt - in order to work out what errors are being thrown, you need to add an exception continuation to your task, so you would end up with the following:
C#
Task errorTask = fetchMemberAccounts.ContinueWith(ex => { /* Handle the exception here */}, TaskContinuationOptions.OnlyOnFaulted);

SuggestionRe: Task Exception Handling Pin
Richard Deeming15-Jul-15 1:00
mveRichard Deeming15-Jul-15 1:00 
GeneralRe: Task Exception Handling Pin
Member 1183731415-Jul-15 8:52
Member 1183731415-Jul-15 8:52 
QuestionA New Task Scheduler Class Library for .NET Pin
jwc jwc14-Jul-15 9:54
jwc jwc14-Jul-15 9:54 
AnswerRe: A New Task Scheduler Class Library for .NET Pin
Richard Andrew x6414-Jul-15 10:00
professionalRichard Andrew x6414-Jul-15 10:00 
GeneralRe: A New Task Scheduler Class Library for .NET Pin
jwc jwc14-Jul-15 10:13
jwc jwc14-Jul-15 10:13 
AnswerRe: A New Task Scheduler Class Library for .NET Pin
Richard Andrew x6414-Jul-15 10:18
professionalRichard Andrew x6414-Jul-15 10:18 
QuestionC# Pin
Member 1183662614-Jul-15 4:12
Member 1183662614-Jul-15 4:12 
AnswerRe: C# Pin
OriginalGriff14-Jul-15 4:17
mveOriginalGriff14-Jul-15 4:17 
AnswerRe: C# Pin
Eddy Vluggen14-Jul-15 4:59
professionalEddy Vluggen14-Jul-15 4:59 
GeneralRe: C# Pin
OriginalGriff14-Jul-15 5:06
mveOriginalGriff14-Jul-15 5:06 
GeneralRe: C# Pin
Richard Deeming14-Jul-15 5:15
mveRichard Deeming14-Jul-15 5:15 
GeneralRe: C# Pin
OriginalGriff14-Jul-15 5:41
mveOriginalGriff14-Jul-15 5:41 
GeneralRe: C# Pin
Eddy Vluggen14-Jul-15 5:18
professionalEddy Vluggen14-Jul-15 5:18 
Questionvisual studio/creating a installer for programs Pin
jamesmc153514-Jul-15 2:27
jamesmc153514-Jul-15 2:27 
AnswerRe: visual studio/creating a installer for programs Pin
Wes Aday14-Jul-15 3:16
professionalWes Aday14-Jul-15 3:16 
GeneralRe: visual studio/creating a installer for programs Pin
jamesmc153514-Jul-15 3:21
jamesmc153514-Jul-15 3:21 
AnswerRe: visual studio/creating a installer for programs Pin
Ravi Bhavnani14-Jul-15 6:47
professionalRavi Bhavnani14-Jul-15 6:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.