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
- Helpers.cs
- Model3DCollection.cs
- ProxyFragment.cs
- DateRangeEvent.cs
- TraceInternal.cs
- FrameworkElementAutomationPeer.cs
- RepeatButtonAutomationPeer.cs
- xmlNames.cs
- LinqDataSourceStatusEventArgs.cs
- TextDecoration.cs
- ReadonlyMessageFilter.cs
- VectorCollectionValueSerializer.cs
- Attribute.cs
- CompleteWizardStep.cs
- ApplicationProxyInternal.cs
- HttpCacheVary.cs
- WebPartMinimizeVerb.cs
- CombinedHttpChannel.cs
- WebPartAddingEventArgs.cs
- PersonalizationStateQuery.cs
- EasingQuaternionKeyFrame.cs
- SHA256.cs
- ListViewGroup.cs
- SurrogateEncoder.cs
- HtmlDocument.cs
- PartialTrustVisibleAssembliesSection.cs
- HttpAsyncResult.cs
- SemaphoreFullException.cs
- QueryContinueDragEvent.cs
- CachedCompositeFamily.cs
- WebPartExportVerb.cs
- SafeFileHandle.cs
- DateTimeConstantAttribute.cs
- PackageRelationship.cs
- Tuple.cs
- SecurityTokenAuthenticator.cs
- SystemDropShadowChrome.cs
- ToolStripItem.cs
- WindowsFormsSynchronizationContext.cs
- ASCIIEncoding.cs
- IPHostEntry.cs
- XmlIlTypeHelper.cs
- DataGridBoolColumn.cs
- CustomMenuItemCollection.cs
- DependencyPropertyAttribute.cs
- XamlVector3DCollectionSerializer.cs
- HiddenField.cs
- PointAnimationClockResource.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs
- ComEventsMethod.cs
- FixedHighlight.cs
- SqlInternalConnection.cs
- FeatureSupport.cs
- Button.cs
- SystemResourceKey.cs
- VectorAnimation.cs
- XmlDocumentFragment.cs
- diagnosticsswitches.cs
- LocalizationParserHooks.cs
- KernelTypeValidation.cs
- ValidatingCollection.cs
- UInt32Converter.cs
- WebUtil.cs
- Label.cs
- QueryCursorEventArgs.cs
- TextFormatter.cs
- IODescriptionAttribute.cs
- AttributedMetaModel.cs
- AssociativeAggregationOperator.cs
- InputScope.cs
- AssemblyResourceLoader.cs
- CodeMethodInvokeExpression.cs
- PerfProviderCollection.cs
- GuidConverter.cs
- HtmlInputCheckBox.cs
- DictionaryItemsCollection.cs
- StreamReader.cs
- ForceCopyBuildProvider.cs
- RelatedImageListAttribute.cs
- Convert.cs
- VisualTreeUtils.cs
- RegexGroup.cs
- StatusBarDrawItemEvent.cs
- CustomCategoryAttribute.cs
- OpenTypeCommon.cs
- XmlWhitespace.cs
- DebugView.cs
- ParallelEnumerableWrapper.cs
- FastEncoderWindow.cs
- GeneralTransform3DGroup.cs
- CroppedBitmap.cs
- FlowDocumentScrollViewer.cs
- MimeTypeAttribute.cs
- Function.cs
- StringAnimationUsingKeyFrames.cs
- cookie.cs
- DialogWindow.cs
- ListBoxChrome.cs
- QilExpression.cs
- VersionUtil.cs