Click here to Skip to main content
15,906,947 members
Home / Discussions / C#
   

C#

 
AnswerRe: Environment Exit (??) Pin
PIEBALDconsult17-Apr-12 19:00
mvePIEBALDconsult17-Apr-12 19:00 
GeneralRe: Environment Exit (??) Pin
jschell18-Apr-12 9:00
jschell18-Apr-12 9:00 
GeneralRe: Environment Exit (??) Pin
PIEBALDconsult18-Apr-12 14:34
mvePIEBALDconsult18-Apr-12 14:34 
GeneralRe: Environment Exit (??) Pin
jschell19-Apr-12 8:15
jschell19-Apr-12 8:15 
JokeRe: Environment Exit (??) Pin
PIEBALDconsult19-Apr-12 8:50
mvePIEBALDconsult19-Apr-12 8:50 
AnswerRe: Environment Exit (??) Pin
Midnight Ahri18-Apr-12 16:12
Midnight Ahri18-Apr-12 16:12 
GeneralRe: Environment Exit (??) Pin
jschell19-Apr-12 8:20
jschell19-Apr-12 8:20 
GeneralRe: Environment Exit (??) Pin
S@53K^S20-Apr-12 2:34
S@53K^S20-Apr-12 2:34 
Environment.Exit(code) will help you exit the application in a safe manner.Basically you are sending a message to the system that the application exited on it own and was not terminated due to an error.If the application really has terminated to error it notifies the system what is the error code.

0 is to tell the system that the current running application exited safely without errors.

You can get some info on these codes here

http://www.hiteksoftware.com/knowledge/articles/049.htm[^]
Sastry


modified 20-Apr-12 8:44am.

QuestionYaml Parser C# Pin
Member 884142017-Apr-12 11:47
Member 884142017-Apr-12 11:47 
AnswerRe: Yaml Parser C# Pin
Richard Andrew x6417-Apr-12 11:56
professionalRichard Andrew x6417-Apr-12 11:56 
GeneralRe: Yaml Parser C# Pin
Roger Wright17-Apr-12 19:46
professionalRoger Wright17-Apr-12 19:46 
GeneralRe: Yaml Parser C# Pin
Pete O'Hanlon17-Apr-12 21:38
mvePete O'Hanlon17-Apr-12 21:38 
QuestionHow to dynamically bind datasource to RDLC report Pin
maniceca17-Apr-12 10:48
maniceca17-Apr-12 10:48 
QuestionAny progammers in the Oak Harbor, WA area? Pin
jeramyRR17-Apr-12 6:30
jeramyRR17-Apr-12 6:30 
AnswerRe: Any progammers in the Oak Harbor, WA area? Pin
Abhinav S17-Apr-12 7:00
Abhinav S17-Apr-12 7:00 
GeneralRe: Any progammers in the Oak Harbor, WA area? Pin
jeramyRR17-Apr-12 8:42
jeramyRR17-Apr-12 8:42 
Questiondesign of a commercial site Pin
tuhami17-Apr-12 6:09
tuhami17-Apr-12 6:09 
AnswerRe: design of a commercial site Pin
Eddy Vluggen17-Apr-12 6:31
professionalEddy Vluggen17-Apr-12 6:31 
AnswerRe: design of a commercial site Pin
Abhinav S17-Apr-12 7:03
Abhinav S17-Apr-12 7:03 
QuestionHow to send hashtable parameter in restful client Pin
NarVish17-Apr-12 3:56
NarVish17-Apr-12 3:56 
Questioncrystal report can be sent vai e-mail as a body Pin
narendra ingale16-Apr-12 23:54
narendra ingale16-Apr-12 23:54 
AnswerRe: crystal report can be sent vai e-mail as a body Pin
V.17-Apr-12 0:53
professionalV.17-Apr-12 0:53 
QuestionStringbuilder Pin
jeramyRR16-Apr-12 19:24
jeramyRR16-Apr-12 19:24 
AnswerRe: Stringbuilder Pin
egenis16-Apr-12 19:34
egenis16-Apr-12 19:34 
AnswerRe: Stringbuilder PinPopular
VJ Reddy16-Apr-12 19:38
VJ Reddy16-Apr-12 19:38 

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.