Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeTryCatchFinallyStatement.cs / 1305376 / CodeTryCatchFinallyStatement.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// Represents a try block, with any number of catch clauses and an /// optionally finally block. /// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeTryCatchFinallyStatement : CodeStatement { private CodeStatementCollection tryStatments = new CodeStatementCollection(); private CodeStatementCollection finallyStatments = new CodeStatementCollection(); private CodeCatchClauseCollection catchClauses = new CodeCatchClauseCollection(); ////// public CodeTryCatchFinallyStatement() { } ////// Initializes a new instance of ///. /// /// public CodeTryCatchFinallyStatement(CodeStatement[] tryStatements, CodeCatchClause[] catchClauses) { TryStatements.AddRange(tryStatements); CatchClauses.AddRange(catchClauses); } ////// Initializes a new instance of ///using the specified statements to try and catch /// clauses. /// /// public CodeTryCatchFinallyStatement(CodeStatement[] tryStatements, CodeCatchClause[] catchClauses, CodeStatement[] finallyStatements) { TryStatements.AddRange(tryStatements); CatchClauses.AddRange(catchClauses); FinallyStatements.AddRange(finallyStatements); } ////// Initializes a new instance of ///using the specified statements to /// try, catch clauses, and finally statements. /// /// public CodeStatementCollection TryStatements { get { return tryStatments; } } ////// Gets or sets /// the try statements to try. /// ////// public CodeCatchClauseCollection CatchClauses { get { return catchClauses; } } ////// Gets or sets the catch clauses to use. /// ////// public CodeStatementCollection FinallyStatements { get { return finallyStatments; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets /// the finally statements to use. /// ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// Represents a try block, with any number of catch clauses and an /// optionally finally block. /// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeTryCatchFinallyStatement : CodeStatement { private CodeStatementCollection tryStatments = new CodeStatementCollection(); private CodeStatementCollection finallyStatments = new CodeStatementCollection(); private CodeCatchClauseCollection catchClauses = new CodeCatchClauseCollection(); ////// public CodeTryCatchFinallyStatement() { } ////// Initializes a new instance of ///. /// /// public CodeTryCatchFinallyStatement(CodeStatement[] tryStatements, CodeCatchClause[] catchClauses) { TryStatements.AddRange(tryStatements); CatchClauses.AddRange(catchClauses); } ////// Initializes a new instance of ///using the specified statements to try and catch /// clauses. /// /// public CodeTryCatchFinallyStatement(CodeStatement[] tryStatements, CodeCatchClause[] catchClauses, CodeStatement[] finallyStatements) { TryStatements.AddRange(tryStatements); CatchClauses.AddRange(catchClauses); FinallyStatements.AddRange(finallyStatements); } ////// Initializes a new instance of ///using the specified statements to /// try, catch clauses, and finally statements. /// /// public CodeStatementCollection TryStatements { get { return tryStatments; } } ////// Gets or sets /// the try statements to try. /// ////// public CodeCatchClauseCollection CatchClauses { get { return catchClauses; } } ////// Gets or sets the catch clauses to use. /// ////// public CodeStatementCollection FinallyStatements { get { return finallyStatments; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets /// the finally statements to use. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CoTaskMemSafeHandle.cs
- InvokeFunc.cs
- OleDbDataReader.cs
- BitmapEffectDrawingContextWalker.cs
- CompilationUnit.cs
- ResolveDuplexCD1AsyncResult.cs
- TextSearch.cs
- DebugInfoGenerator.cs
- LinqDataSourceUpdateEventArgs.cs
- QuadraticBezierSegment.cs
- MediaEntryAttribute.cs
- DataGridViewCellEventArgs.cs
- CommandID.cs
- NativeRecognizer.cs
- IfJoinedCondition.cs
- ColorPalette.cs
- SymmetricAlgorithm.cs
- XmlBinaryWriter.cs
- OdbcConnectionStringbuilder.cs
- InputLanguageCollection.cs
- Psha1DerivedKeyGeneratorHelper.cs
- Deserializer.cs
- Renderer.cs
- TimerElapsedEvenArgs.cs
- TracedNativeMethods.cs
- BulletedListEventArgs.cs
- MetaTable.cs
- DeferredTextReference.cs
- RouteParameter.cs
- ProjectionCamera.cs
- Margins.cs
- DiscoveryReferences.cs
- ObjectSet.cs
- WebResourceAttribute.cs
- CryptoConfig.cs
- MDIClient.cs
- DbProviderSpecificTypePropertyAttribute.cs
- Native.cs
- CompilerGlobalScopeAttribute.cs
- FloatUtil.cs
- ContainsRowNumberChecker.cs
- DbParameterCollection.cs
- PackageProperties.cs
- ProcessMonitor.cs
- CompositeControl.cs
- LowerCaseStringConverter.cs
- PriorityQueue.cs
- TogglePatternIdentifiers.cs
- FileSystemInfo.cs
- DeviceContexts.cs
- StateWorkerRequest.cs
- SQLByteStorage.cs
- LeftCellWrapper.cs
- DataGridLinkButton.cs
- Base64Decoder.cs
- XmlWrappingWriter.cs
- GradientSpreadMethodValidation.cs
- SHA384Managed.cs
- EntityDataSourceWrapper.cs
- AddressAlreadyInUseException.cs
- WeakEventTable.cs
- GroupItemAutomationPeer.cs
- HostingEnvironmentException.cs
- PersonalizationStateInfoCollection.cs
- QueryStringParameter.cs
- UdpDiscoveryEndpoint.cs
- WinFormsUtils.cs
- Int32Converter.cs
- ConstructorArgumentAttribute.cs
- EditorBrowsableAttribute.cs
- KoreanCalendar.cs
- WinHttpWebProxyFinder.cs
- OrderedDictionaryStateHelper.cs
- SourceElementsCollection.cs
- OdbcRowUpdatingEvent.cs
- SecurityDescriptor.cs
- CompensationTokenData.cs
- UpdatePanel.cs
- FlowDocumentView.cs
- XmlDownloadManager.cs
- WebPartConnectionsConnectVerb.cs
- SqlGenerator.cs
- ITreeGenerator.cs
- WorkflowMarkupSerializationProvider.cs
- UxThemeWrapper.cs
- FlowDocumentScrollViewer.cs
- ActiveXSite.cs
- ToolStripMenuItemDesigner.cs
- DetailsViewModeEventArgs.cs
- DataSysAttribute.cs
- SingleObjectCollection.cs
- DataControlExtensions.cs
- DtrList.cs
- SizeLimitedCache.cs
- CustomMenuItemCollection.cs
- SubMenuStyleCollection.cs
- InvokeProviderWrapper.cs
- IfAction.cs
- Cursors.cs
- AxHost.cs