Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeThrowExceptionStatement.cs / 1305376 / CodeThrowExceptionStatement.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. ///// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeThrowExceptionStatement : CodeStatement { private CodeExpression toThrow; ////// Represents /// a statement that throws an exception. /// ////// public CodeThrowExceptionStatement() { } ////// Initializes a new instance of ///. /// /// public CodeThrowExceptionStatement(CodeExpression toThrow) { ToThrow = toThrow; } ////// Initializes a new instance of ///using the specified statement. /// /// public CodeExpression ToThrow { get { return toThrow; } set { toThrow = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets /// the expression to throw. /// ///// // //----------------------------------------------------------------------------- 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. ///// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeThrowExceptionStatement : CodeStatement { private CodeExpression toThrow; ////// Represents /// a statement that throws an exception. /// ////// public CodeThrowExceptionStatement() { } ////// Initializes a new instance of ///. /// /// public CodeThrowExceptionStatement(CodeExpression toThrow) { ToThrow = toThrow; } ////// Initializes a new instance of ///using the specified statement. /// /// public CodeExpression ToThrow { get { return toThrow; } set { toThrow = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets /// the expression to throw. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UserInitiatedNavigationPermission.cs
- ActivityExecutor.cs
- StylusTip.cs
- IndexedString.cs
- BitmapInitialize.cs
- SoapObjectInfo.cs
- DataControlExtensions.cs
- ToolStripDropDownMenu.cs
- ObjectItemAssemblyLoader.cs
- TableLayoutPanelCellPosition.cs
- HtmlWindowCollection.cs
- EntityDataSourceQueryBuilder.cs
- MetaForeignKeyColumn.cs
- PointAnimationBase.cs
- TableRow.cs
- TreePrinter.cs
- TreeWalkHelper.cs
- ThousandthOfEmRealPoints.cs
- SqlDependencyListener.cs
- Ipv6Element.cs
- NavigationProperty.cs
- DecimalConstantAttribute.cs
- ListInitExpression.cs
- DeploymentSectionCache.cs
- DecimalKeyFrameCollection.cs
- GeometryValueSerializer.cs
- IItemContainerGenerator.cs
- Selection.cs
- FontFamilyValueSerializer.cs
- FormatterConverter.cs
- ErrorFormatterPage.cs
- Bidi.cs
- LinkButton.cs
- EditorZone.cs
- GridSplitterAutomationPeer.cs
- FileDialog_Vista.cs
- BinaryNode.cs
- Dump.cs
- Parser.cs
- DelegateOutArgument.cs
- EntityDataSourceColumn.cs
- XmlSiteMapProvider.cs
- HasCopySemanticsAttribute.cs
- Schema.cs
- XmlLinkedNode.cs
- WriteFileContext.cs
- InfiniteTimeSpanConverter.cs
- StrokeNodeEnumerator.cs
- MergePropertyDescriptor.cs
- SafeCoTaskMem.cs
- QuaternionIndependentAnimationStorage.cs
- WebUtil.cs
- TimeIntervalCollection.cs
- IntPtr.cs
- InstanceDataCollectionCollection.cs
- ItemContainerGenerator.cs
- HtmlControlPersistable.cs
- NextPreviousPagerField.cs
- ItemContainerGenerator.cs
- RsaSecurityTokenAuthenticator.cs
- GlyphInfoList.cs
- SequentialOutput.cs
- XmlAttributeHolder.cs
- XmlValidatingReader.cs
- XmlCollation.cs
- MetadataCollection.cs
- TextSimpleMarkerProperties.cs
- RegisteredExpandoAttribute.cs
- WebPartManagerDesigner.cs
- UriExt.cs
- DirectoryGroupQuery.cs
- TaiwanCalendar.cs
- SQLRoleProvider.cs
- LinqMaximalSubtreeNominator.cs
- DataGridHeaderBorder.cs
- ServicePoint.cs
- KeyTime.cs
- Margins.cs
- CodeDelegateCreateExpression.cs
- CodeDOMUtility.cs
- AccessibleObject.cs
- ServiceThrottlingBehavior.cs
- DesignerHierarchicalDataSourceView.cs
- Context.cs
- SqlSupersetValidator.cs
- WmlCommandAdapter.cs
- StoreItemCollection.cs
- AbstractSvcMapFileLoader.cs
- Timer.cs
- SerializationException.cs
- MergePropertyDescriptor.cs
- NameTable.cs
- ServicePoint.cs
- SerializationException.cs
- MenuItem.cs
- sqlinternaltransaction.cs
- EventSinkHelperWriter.cs
- UnsafeNativeMethodsMilCoreApi.cs
- TableAutomationPeer.cs
- ToolStripOverflowButton.cs