Lines Matching refs:e
71 catch( Exception e ) in WriteBytesToStream()
73 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
91 catch( Exception e ) in WriteBytesToStream()
93 Error( "Can't set properties to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
107 catch( Exception e ) in WriteBytesToStream()
109 Error( "Can't get 'Size' property from substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
144 catch( Exception e ) in WriteBytesToSubstream()
146 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WriteBytesToSubstream()
172 catch( Exception e ) in WriteBytesToEncrSubstream()
174 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WriteBytesToEncrSubstream()
200 catch( Exception e ) in WBToSubstrOfEncr()
202 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WBToSubstrOfEncr()
219 catch( Exception e ) in WBToSubstrOfEncr()
221 Error( "Can't set 'Encrypted' property to substream '" + sStreamName + "', exception: " + e ); in WBToSubstrOfEncr()
245 catch( Exception e ) in ChangeStreamPass()
247 Error( "Can't open substream '" + sStreamName + "', exception : " + e + "!" ); in ChangeStreamPass()
265 catch( Exception e ) in ChangeStreamPass()
267 Error( "Can't change encryption key of the substream '" + sStreamName + "', exception:" + e ); in ChangeStreamPass()
314 catch( Exception e ) in setStorageTypeAndCheckProps()
316 Error( "Can't control properties of substorage, exception: " + e ); in setStorageTypeAndCheckProps()
363 catch( Exception e ) in checkStorageProperties()
365 Error( "Can't get properties of substorage, exception: " + e ); in checkStorageProperties()
396 catch( Exception e ) in InternalCheckStream()
398 Error( "Can't read from stream '" + sName + "', exception: " + e ); in InternalCheckStream()
453 catch( Exception e ) in InternalCheckStream()
455 Error( "Can't get properties of substream '" + sName + "', exception: " + e ); in InternalCheckStream()
483 catch( Exception e ) in checkStream()
485 Error( "Can't open substream '" + sName + "', exception : " + e + "!" ); in checkStream()
515 catch( Exception e ) in checkEncrStream()
517 …d exception in case of opening of encrypted stream '" + sName + "' without password: " + e + "!" ); in checkEncrStream()
531 catch( Exception e ) in checkEncrStream()
533 …xception in case of opening of encrypted stream '" + sName + "' with wrong password: " + e + "!" ); in checkEncrStream()
548 catch( Exception e ) in checkEncrStream()
550 Error( "Can't open encrypted substream '" + sName + "', exception : " + e + "!" ); in checkEncrStream()
564 catch( Exception e ) in copyStorage()
566 Error( "Storage copying failed, exception: " + e ); in copyStorage()
587 catch( Exception e ) in commitStorage()
589 Error( "Storage commit failed, exception:" + e ); in commitStorage()
610 catch( Exception e ) in disposeStorage()
628 catch ( Exception e ) in getInputStream()
630 Error( "Can't get the input part of a stream, exception :" + e ); in getInputStream()
648 catch ( Exception e ) in closeOutput()
650 Error( "Can't get the output part of a stream, exception :" + e ); in closeOutput()
658 catch ( Exception e ) in closeOutput()
660 Error( "Can't close output part of a stream, exception :" + e ); in closeOutput()
676 catch( Exception e ) in openSubStorage()
678 Error( "Can't open substorage '" + sName + "', exception: " + e ); in openSubStorage()
693 catch( Exception e ) in CreateTempFileStream()
713 catch( Exception e ) in CreateTempFile()
723 catch( Exception e ) in CreateTempFile()
725 Error( "Can't control TempFile properties, exception: " + e ); in CreateTempFile()
750 catch( Exception e ) in CreateTempFile()
752 Error( "Can't close TempFile, exception: " + e ); in CreateTempFile()
765 catch( Exception e ) in copyElementTo()
767 Error( "Element copying failed, exception: " + e ); in copyElementTo()
781 catch( Exception e ) in moveElementTo()
783 Error( "Element moving failed, exception: " + e ); in moveElementTo()
797 catch( Exception e ) in renameElement()
799 Error( "Element renaming failed, exception: " + e ); in renameElement()
813 catch( Exception e ) in removeElement()
815 Error( "Element removing failed, exception: " + e ); in removeElement()
835 catch( Exception e ) in OpenStream()
837 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in OpenStream()
851 catch( Exception e ) in cantOpenStorage()
867 catch( Exception e ) in cantOpenStream()