Click here to Skip to main content
15,912,756 members
Home / Discussions / C#
   

C#

 
GeneralRe: Mobile Application Pin
sreejith ss nair18-May-04 17:25
sreejith ss nair18-May-04 17:25 
GeneralRe: Mobile Application Pin
Masood Lodhi23-May-04 2:19
Masood Lodhi23-May-04 2:19 
QuestionComponent Exception vs Error Event?? Pin
MilesAhead18-May-04 13:38
MilesAhead18-May-04 13:38 
AnswerRe: Component Exception vs Error Event?? Pin
TigerNinja_18-May-04 15:40
TigerNinja_18-May-04 15:40 
AnswerRe: Component Exception vs Error Event?? Pin
Grimolfr19-May-04 7:56
Grimolfr19-May-04 7:56 
GeneralException Pin
cristina_tudor18-May-04 12:57
cristina_tudor18-May-04 12:57 
GeneralRe: Exception Pin
TigerNinja_18-May-04 15:34
TigerNinja_18-May-04 15:34 
GeneralRe: Exception Pin
Heath Stewart19-May-04 3:44
protectorHeath Stewart19-May-04 3:44 
This typically occurs when an exception is thrown from the constructor when reflection is used to create the object (as is the case when deserializing an object). If you implement ISerializable and have a constructor with the right serialization signature, put a breakpoint in that and step through your code. If you don't implement ISerializable or just have a default constructor (access modifier doesn't matter), put a breakpoint and step through your code.

 

Microsoft MVP, Visual C#
My Articles
GeneralIm lost :( - DataGrid Pin
Moon Boy18-May-04 12:49
Moon Boy18-May-04 12:49 
GeneralRe: Im lost :( - DataGrid Pin
Heath Stewart19-May-04 3:41
protectorHeath Stewart19-May-04 3:41 
QuestionHow do I ... Pin
BillAnton18-May-04 10:58
BillAnton18-May-04 10:58 
AnswerRe: How do I ... Pin
Frank Lepkowski18-May-04 11:08
Frank Lepkowski18-May-04 11:08 
AnswerRe: How do I ... Pin
Ryan Roberts18-May-04 11:10
Ryan Roberts18-May-04 11:10 
GeneralRe: How do I ... Pin
BillAnton19-May-04 5:17
BillAnton19-May-04 5:17 
AnswerRe: How do I ... Pin
Grimolfr19-May-04 8:09
Grimolfr19-May-04 8:09 
GeneralCrystal Reports with C# Question Pin
frank2118-May-04 10:48
frank2118-May-04 10:48 
Generalformatting XML problem Pin
JockerSoft18-May-04 10:15
JockerSoft18-May-04 10:15 
GeneralRe: formatting XML problem Pin
Heath Stewart18-May-04 10:24
protectorHeath Stewart18-May-04 10:24 
GeneralModems and applications Pin
bouli18-May-04 8:42
bouli18-May-04 8:42 
GeneralRe: Modems and applications Pin
Heath Stewart18-May-04 9:40
protectorHeath Stewart18-May-04 9:40 
GeneralRe: Modems and applications Pin
bouli18-May-04 9:46
bouli18-May-04 9:46 
GeneralRe: Modems and applications Pin
Heath Stewart18-May-04 9:52
protectorHeath Stewart18-May-04 9:52 
GeneralRe: Modems and applications Pin
bouli18-May-04 9:54
bouli18-May-04 9:54 
GeneralRe: Modems and applications Pin
Heath Stewart18-May-04 9:59
protectorHeath Stewart18-May-04 9:59 
GeneralRe: Modems and applications Pin
bouli18-May-04 10:01
bouli18-May-04 10:01 

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.