Re: TStringGrid
No - possibly it should be WriteBuffer for both, so that an exception
is thrown if it fails. I think that code was written in dubious mode
<g>.
But once a file (stream) is satisfactorily opened I wonder what the
base cause would be of any errors which could cause a write failure
(particularly on a single PC).
Alan Lloyd
.
Relevant Pages
- Re: Differences between these cast operations / statements?
... Regarding o, if it fails an exception will be thrown, whereas o as ... int32 will return null if it 'fails' but will not thrown an exception. ... (microsoft.public.dotnet.languages.csharp) - Re: Threading and Serial port issue
... Sorry about "fails". ... What I meant to say was that the event handler for ... thrown, it just sits in the loop. ... what type and what string does the exception provide to indicate the ... (microsoft.public.dotnet.framework.compactframework) - Re: Vector and derived classes objects
... know which exception is thrown if push_back fails or is it a no-op??? ... (comp.lang.cpp) - Re: Threading and Serial port issue
... "fails" is pretty useless information. ... If it generates an exception, ... I then sit in a loop waiting for data to arrive. ... private void SetupBoard_Click ... (microsoft.public.dotnet.framework.compactframework) - Re: Validating file names
... running Novel, from your G: running Linux file system, from your H: running ... I am not saying one does not exist! ... file file and handle any exceptions that were thrown. ... If an exception is thrown then the specified ... (microsoft.public.dotnet.languages.vb) |
|