Code:
/ 4.0 / 4.0 / untmp / 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. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- KeysConverter.cs
- EventMappingSettingsCollection.cs
- PropertyReferenceSerializer.cs
- CompiledQuery.cs
- DotExpr.cs
- GeneralTransform2DTo3DTo2D.cs
- AlternateView.cs
- ConnectionDemuxer.cs
- DataGridViewCellStateChangedEventArgs.cs
- CheckoutException.cs
- ConfigXmlComment.cs
- DelegateHelpers.cs
- SamlSecurityToken.cs
- AliasExpr.cs
- TrustLevelCollection.cs
- RowUpdatingEventArgs.cs
- WindowPattern.cs
- LogFlushAsyncResult.cs
- VarRemapper.cs
- RegexTree.cs
- ToolboxBitmapAttribute.cs
- Overlapped.cs
- FacetValues.cs
- GroupBoxRenderer.cs
- TextEndOfSegment.cs
- FontInfo.cs
- CommandLibraryHelper.cs
- ExtentKey.cs
- MediaSystem.cs
- ThrowOnMultipleAssignment.cs
- CqlErrorHelper.cs
- SystemUdpStatistics.cs
- CellConstantDomain.cs
- SetState.cs
- PopupRootAutomationPeer.cs
- InstanceKeyCollisionException.cs
- WebBrowserNavigatedEventHandler.cs
- ListControl.cs
- DecoratedNameAttribute.cs
- PersonalizationState.cs
- InputGestureCollection.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- TreeView.cs
- NameNode.cs
- ListParaClient.cs
- DesignerDataConnection.cs
- StructuralCache.cs
- SkinBuilder.cs
- StringUtil.cs
- PaintValueEventArgs.cs
- RelatedImageListAttribute.cs
- Geometry3D.cs
- Win32.cs
- NonVisualControlAttribute.cs
- CodeArgumentReferenceExpression.cs
- DbSourceParameterCollection.cs
- TextDecoration.cs
- XPathAncestorQuery.cs
- MasterPage.cs
- FontCacheUtil.cs
- RelationshipConverter.cs
- XmlSchemaObjectTable.cs
- GlyphTypeface.cs
- XmlReturnReader.cs
- CompilerScopeManager.cs
- MouseOverProperty.cs
- Tag.cs
- CultureSpecificStringDictionary.cs
- DriveInfo.cs
- AmbientValueAttribute.cs
- ProcessHostConfigUtils.cs
- AspNetHostingPermission.cs
- UserPreferenceChangedEventArgs.cs
- UpdateDelegates.Generated.cs
- RemoteArgument.cs
- QueryExpr.cs
- TdsParserStaticMethods.cs
- DateTimeFormatInfoScanner.cs
- Peer.cs
- Utils.cs
- MgmtConfigurationRecord.cs
- CodeActivityMetadata.cs
- MutexSecurity.cs
- RegistryExceptionHelper.cs
- StructuredType.cs
- CultureSpecificCharacterBufferRange.cs
- MatrixConverter.cs
- Path.cs
- TopClause.cs
- DbProviderConfigurationHandler.cs
- ObjectDisposedException.cs
- Part.cs
- FacetDescription.cs
- SmtpException.cs
- embossbitmapeffect.cs
- ErrorStyle.cs
- ECDiffieHellmanCng.cs
- Floater.cs
- NegotiateStream.cs
- AnnotationComponentManager.cs