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
- SvcMapFile.cs
- SafeBitVector32.cs
- SimpleLine.cs
- SafeTimerHandle.cs
- OdbcParameterCollection.cs
- DataTemplateSelector.cs
- X509Utils.cs
- TableCell.cs
- ComboBoxAutomationPeer.cs
- TraceData.cs
- QueueException.cs
- XmlSchemaInclude.cs
- ApplicationFileParser.cs
- MergeFailedEvent.cs
- StreamInfo.cs
- WhitespaceRuleLookup.cs
- RelatedPropertyManager.cs
- SystemBrushes.cs
- Model3DGroup.cs
- CommandBindingCollection.cs
- TextTreeObjectNode.cs
- EntityDataReader.cs
- GetMemberBinder.cs
- XmlSchemaAnyAttribute.cs
- LocalizabilityAttribute.cs
- Misc.cs
- IgnoreFlushAndCloseStream.cs
- Deflater.cs
- Config.cs
- RecognizerInfo.cs
- _Events.cs
- DynamicValidatorEventArgs.cs
- ActiveXHelper.cs
- CustomAttributeSerializer.cs
- FocusManager.cs
- DataListComponentEditor.cs
- CountAggregationOperator.cs
- DynamicPhysicalDiscoSearcher.cs
- wgx_exports.cs
- ConfigXmlText.cs
- CustomMenuItemCollection.cs
- GroupDescription.cs
- ConcurrentQueue.cs
- CompModSwitches.cs
- ReverseInheritProperty.cs
- LicFileLicenseProvider.cs
- IPipelineRuntime.cs
- EntityDataSourceDesigner.cs
- ProtocolsSection.cs
- ProviderConnectionPointCollection.cs
- OutputScopeManager.cs
- HandlerBase.cs
- HtmlImage.cs
- FormViewDeletedEventArgs.cs
- DataGrid.cs
- CompositeDesignerAccessibleObject.cs
- MailWebEventProvider.cs
- BehaviorEditorPart.cs
- GroupJoinQueryOperator.cs
- RemotingService.cs
- RegexCode.cs
- DataGridCommandEventArgs.cs
- AdapterDictionary.cs
- SqlCacheDependencyDatabaseCollection.cs
- ProtocolsConfigurationEntry.cs
- SystemIcmpV6Statistics.cs
- SettingsPropertyValueCollection.cs
- StrongName.cs
- CultureInfo.cs
- FontNamesConverter.cs
- InvalidTimeZoneException.cs
- XmlObjectSerializerWriteContext.cs
- WizardStepBase.cs
- PaintValueEventArgs.cs
- View.cs
- HttpCacheParams.cs
- WorkflowFileItem.cs
- MdiWindowListStrip.cs
- HtmlButton.cs
- AutomationPeer.cs
- PageContentCollection.cs
- QilValidationVisitor.cs
- StylusCollection.cs
- TypeGeneratedEventArgs.cs
- MexNamedPipeBindingElement.cs
- Win32KeyboardDevice.cs
- CodeDefaultValueExpression.cs
- XmlNodeList.cs
- ValidationEventArgs.cs
- WindowsPrincipal.cs
- HtmlWindowCollection.cs
- Switch.cs
- DesignTimeXamlWriter.cs
- XmlNodeChangedEventArgs.cs
- InkPresenterAutomationPeer.cs
- InputBuffer.cs
- CallbackDebugElement.cs
- Shape.cs
- RowsCopiedEventArgs.cs
- VerificationException.cs