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
- SystemResourceHost.cs
- HttpListenerTimeoutManager.cs
- backend.cs
- PerfCounters.cs
- DataReaderContainer.cs
- AbstractSvcMapFileLoader.cs
- DecimalAverageAggregationOperator.cs
- NumericPagerField.cs
- DataObjectMethodAttribute.cs
- GeometryValueSerializer.cs
- FilteredDataSetHelper.cs
- UpdateRecord.cs
- ErrorProvider.cs
- PageSetupDialog.cs
- WebHeaderCollection.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- StandardMenuStripVerb.cs
- ExtensionSimplifierMarkupObject.cs
- CodeMethodReturnStatement.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- TempFiles.cs
- MouseWheelEventArgs.cs
- SchemaEntity.cs
- ProjectionRewriter.cs
- TableColumn.cs
- ResXResourceSet.cs
- ImageButton.cs
- ListItemCollection.cs
- ThaiBuddhistCalendar.cs
- TextReader.cs
- AdCreatedEventArgs.cs
- TreeBuilder.cs
- ProfileSettings.cs
- ScrollEventArgs.cs
- AssociatedControlConverter.cs
- HttpApplicationStateBase.cs
- InitializationEventAttribute.cs
- CodeSnippetStatement.cs
- BeginEvent.cs
- RandomNumberGenerator.cs
- SourceElementsCollection.cs
- DynamicQueryableWrapper.cs
- coordinatorfactory.cs
- WindowsStreamSecurityElement.cs
- MapPathBasedVirtualPathProvider.cs
- SerialErrors.cs
- XPathItem.cs
- SqlCommand.cs
- CompModSwitches.cs
- SqlPersonalizationProvider.cs
- SplineKeyFrames.cs
- Automation.cs
- TextBoxBase.cs
- DataBoundLiteralControl.cs
- NumericUpDownAccelerationCollection.cs
- OperationBehaviorAttribute.cs
- TextEncodedRawTextWriter.cs
- TextShapeableCharacters.cs
- SplineQuaternionKeyFrame.cs
- MenuEventArgs.cs
- CompilationUtil.cs
- SqlComparer.cs
- SqlBuffer.cs
- LOSFormatter.cs
- TemplateContentLoader.cs
- ButtonBase.cs
- FlagsAttribute.cs
- DbSourceCommand.cs
- httpapplicationstate.cs
- DataGridViewColumnHeaderCell.cs
- SubpageParaClient.cs
- _IPv6Address.cs
- XXXOnTypeBuilderInstantiation.cs
- ClientConvert.cs
- StructuredCompositeActivityDesigner.cs
- BulletChrome.cs
- MsmqIntegrationChannelFactory.cs
- ResizeBehavior.cs
- BackgroundWorker.cs
- C14NUtil.cs
- HttpCapabilitiesBase.cs
- AspCompat.cs
- DataSourceView.cs
- ExtendedPropertiesHandler.cs
- ServiceDeploymentInfo.cs
- DataGridViewDataConnection.cs
- MessageSmuggler.cs
- StrongName.cs
- CompilationUnit.cs
- _NativeSSPI.cs
- AnimationTimeline.cs
- GlyphManager.cs
- LayoutEvent.cs
- QilUnary.cs
- SqlDataAdapter.cs
- AssociationTypeEmitter.cs
- EntryPointNotFoundException.cs
- Array.cs
- SqlServer2KCompatibilityAnnotation.cs
- ObjectAnimationBase.cs