Click here to Skip to main content
15,893,564 members
Home / Discussions / C#
   

C#

 
GeneralRe: Public and protected property Pin
Skippums10-Oct-07 11:23
Skippums10-Oct-07 11:23 
GeneralRe: Public and protected property Pin
Patrick Etc.10-Oct-07 11:44
Patrick Etc.10-Oct-07 11:44 
GeneralRe: Public and protected property Pin
Robert Rohde10-Oct-07 11:45
Robert Rohde10-Oct-07 11:45 
QuestionToolStripManager.LoadSettings exception Pin
Skippums10-Oct-07 10:42
Skippums10-Oct-07 10:42 
AnswerRe: ToolStripManager.LoadSettings exception Pin
Pete O'Hanlon10-Oct-07 10:50
mvePete O'Hanlon10-Oct-07 10:50 
GeneralRe: ToolStripManager.LoadSettings exception Pin
Skippums10-Oct-07 10:57
Skippums10-Oct-07 10:57 
QuestionChecking for database concurrency violations Pin
msx2310-Oct-07 10:14
msx2310-Oct-07 10:14 
AnswerRe: Checking for database concurrency violations Pin
Robert Rohde10-Oct-07 11:50
Robert Rohde10-Oct-07 11:50 
I might be wrong but have you looked at what is inside the Message property of the SqlInfoMessageEventArgs in your case:
public void SqlMessageEventHandler(object sender, SqlInfoMessageEventArgs e)
{
   string CVTest = e.Message;
   foreach (SqlError err in e.Errors)
      CVTest += Environment.NewLine + err.Message;
}


Robert



GeneralRe: Checking for database concurrency violations Pin
msx2311-Oct-07 12:30
msx2311-Oct-07 12:30 
QuestionHow to convert a char from IO stream into an int please Pin
humblepgmr10-Oct-07 9:46
humblepgmr10-Oct-07 9:46 
AnswerRe: How to convert a char from IO stream into an int please Pin
Pete O'Hanlon10-Oct-07 9:49
mvePete O'Hanlon10-Oct-07 9:49 
GeneralRe: How to convert a char from IO stream into an int please Pin
humblepgmr10-Oct-07 10:05
humblepgmr10-Oct-07 10:05 
GeneralRe: How to convert a char from IO stream into an int please Pin
Matthew Cuba10-Oct-07 10:18
Matthew Cuba10-Oct-07 10:18 
QuestionSet a psw to a directory Pin
mcaos10-Oct-07 9:30
professionalmcaos10-Oct-07 9:30 
QuestionRe: Set a psw to a directory Pin
TJoe10-Oct-07 9:33
TJoe10-Oct-07 9:33 
AnswerRe: Set a psw to a directory Pin
Giorgi Dalakishvili10-Oct-07 9:42
mentorGiorgi Dalakishvili10-Oct-07 9:42 
AnswerRe: Set a psw to a directory Pin
mcaos10-Oct-07 10:43
professionalmcaos10-Oct-07 10:43 
GeneralRe: Set a psw to a directory Pin
Dave Kreskowiak10-Oct-07 15:08
mveDave Kreskowiak10-Oct-07 15:08 
GeneralRe: Set a psw to a directory Pin
TJoe11-Oct-07 2:35
TJoe11-Oct-07 2:35 
GeneralRe: Set a psw to a directory Pin
mcaos13-Oct-07 6:43
professionalmcaos13-Oct-07 6:43 
Questionms office current open files Pin
s3rro10-Oct-07 9:16
s3rro10-Oct-07 9:16 
Questionredirect printf from unmanaged DLL to C# textbox Pin
Daemon Black10-Oct-07 9:13
Daemon Black10-Oct-07 9:13 
AnswerRe: redirect printf from unmanaged DLL to C# textbox Pin
Dave Kreskowiak10-Oct-07 15:11
mveDave Kreskowiak10-Oct-07 15:11 
QuestionGet an object value using a string Pin
MrEyes10-Oct-07 8:15
MrEyes10-Oct-07 8:15 
AnswerRe: Get an object value using a string Pin
TJoe10-Oct-07 8:29
TJoe10-Oct-07 8:29 

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.