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
- MediaTimeline.cs
- ModelFunctionTypeElement.cs
- TextOptionsInternal.cs
- ProfilePropertySettingsCollection.cs
- NetworkInterface.cs
- XPathNodeHelper.cs
- FormViewDeletedEventArgs.cs
- ValueUtilsSmi.cs
- CommonRemoteMemoryBlock.cs
- FormatConvertedBitmap.cs
- _SslState.cs
- EntitySqlQueryBuilder.cs
- TreeNodeStyleCollection.cs
- UnsafeNativeMethods.cs
- QilPatternFactory.cs
- bindurihelper.cs
- XhtmlTextWriter.cs
- DebugView.cs
- DependencyPropertyAttribute.cs
- DataObject.cs
- LinqDataSource.cs
- EmptyStringExpandableObjectConverter.cs
- PenLineJoinValidation.cs
- StructuredTypeEmitter.cs
- FileDialogPermission.cs
- XhtmlConformanceSection.cs
- ContentWrapperAttribute.cs
- OneOf.cs
- DelayLoadType.cs
- FileLogRecord.cs
- SinglePhaseEnlistment.cs
- ListItemConverter.cs
- storepermissionattribute.cs
- WebPartDescriptionCollection.cs
- DocumentOrderComparer.cs
- ReadonlyMessageFilter.cs
- ListView.cs
- HwndHostAutomationPeer.cs
- LogicalExpr.cs
- QuotedPrintableStream.cs
- ExpressionVisitor.cs
- TableChangeProcessor.cs
- X509CertificateValidator.cs
- XhtmlBasicObjectListAdapter.cs
- ColorTransformHelper.cs
- Boolean.cs
- DataGridViewCellValidatingEventArgs.cs
- MailMessageEventArgs.cs
- DataGridViewCellEventArgs.cs
- TouchEventArgs.cs
- SqlOuterApplyReducer.cs
- DependencyObject.cs
- TreeNodeCollection.cs
- ToolStripStatusLabel.cs
- DataSvcMapFile.cs
- UriGenerator.cs
- PieceNameHelper.cs
- SignedXmlDebugLog.cs
- ping.cs
- SRef.cs
- ObjectDataSourceWizardForm.cs
- BorderGapMaskConverter.cs
- Stream.cs
- DllNotFoundException.cs
- DbSetClause.cs
- mansign.cs
- ContainerParaClient.cs
- CommonGetThemePartSize.cs
- Schema.cs
- UnauthorizedWebPart.cs
- XmlStreamNodeWriter.cs
- Graph.cs
- XsdBuildProvider.cs
- RTTypeWrapper.cs
- WindowsStatic.cs
- MulticastIPAddressInformationCollection.cs
- XmlSchemaAttributeGroupRef.cs
- SchemaManager.cs
- TextTreeText.cs
- CoTaskMemHandle.cs
- RestHandler.cs
- DragDrop.cs
- DependencyPropertyConverter.cs
- UnsafeNetInfoNativeMethods.cs
- HttpPostServerProtocol.cs
- CompilerInfo.cs
- ToolStripDropDownItem.cs
- StylusPointPropertyUnit.cs
- FormatterServices.cs
- CommittableTransaction.cs
- Unit.cs
- SHA384.cs
- TypeConverterAttribute.cs
- EventSourceCreationData.cs
- Config.cs
- AsyncPostBackTrigger.cs
- TextServicesCompartment.cs
- ToolStripArrowRenderEventArgs.cs
- CompositeActivityMarkupSerializer.cs
- RuntimeVariableList.cs