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
- SchemaAttDef.cs
- ActivityCodeGenerator.cs
- SQLBytesStorage.cs
- SHA512Managed.cs
- MeasureData.cs
- SharedUtils.cs
- CodeMethodInvokeExpression.cs
- TextOutput.cs
- AuthenticationModulesSection.cs
- EdmRelationshipRoleAttribute.cs
- XmlIlTypeHelper.cs
- AdornedElementPlaceholder.cs
- SimpleLine.cs
- RegexCompilationInfo.cs
- WS2007HttpBinding.cs
- ReaderWriterLock.cs
- AsyncPostBackErrorEventArgs.cs
- TileBrush.cs
- BindingGraph.cs
- Suspend.cs
- InternalDispatchObject.cs
- SimpleWebHandlerParser.cs
- SamlAuthenticationClaimResource.cs
- FilteredSchemaElementLookUpTable.cs
- Pair.cs
- RadioButtonRenderer.cs
- SubpageParagraph.cs
- FlowDocumentPaginator.cs
- ListBox.cs
- DesignerLoader.cs
- PopupRootAutomationPeer.cs
- IIS7UserPrincipal.cs
- ModuleBuilder.cs
- TypeUtils.cs
- BaseParser.cs
- Hyperlink.cs
- HtmlTextArea.cs
- TextBoxRenderer.cs
- KeyedPriorityQueue.cs
- _ScatterGatherBuffers.cs
- CodeArrayCreateExpression.cs
- InkSerializer.cs
- PointLightBase.cs
- XmlSchemaSet.cs
- FontUnit.cs
- ValueSerializer.cs
- PassportPrincipal.cs
- FigureHelper.cs
- GridViewColumnHeaderAutomationPeer.cs
- CheckPair.cs
- ExtractedStateEntry.cs
- InputLangChangeEvent.cs
- ExtentCqlBlock.cs
- StateMachine.cs
- CloseCollectionAsyncResult.cs
- ColorTranslator.cs
- ResourceProviderFactory.cs
- UserControlBuildProvider.cs
- GridViewCellAutomationPeer.cs
- StatusBarAutomationPeer.cs
- DesignerView.cs
- TdsEnums.cs
- RegexCaptureCollection.cs
- ApplicationServiceManager.cs
- XmlReflectionImporter.cs
- StorageRoot.cs
- RowToFieldTransformer.cs
- DataError.cs
- RequestQueryParser.cs
- WeakRefEnumerator.cs
- securitycriticaldataClass.cs
- If.cs
- NavigateEvent.cs
- DeploymentSection.cs
- BitmapEffect.cs
- ComPersistableTypeElementCollection.cs
- KeyedCollection.cs
- PKCS1MaskGenerationMethod.cs
- ExcludePathInfo.cs
- DocumentViewerAutomationPeer.cs
- RemotingException.cs
- MeasureItemEvent.cs
- UriWriter.cs
- EntityDataSourceContextCreatedEventArgs.cs
- LineBreakRecord.cs
- CodePrimitiveExpression.cs
- XmlQueryStaticData.cs
- StylusDevice.cs
- TcpChannelHelper.cs
- EventLogException.cs
- ObjectCloneHelper.cs
- Win32SafeHandles.cs
- ConnectionInterfaceCollection.cs
- ScrollPatternIdentifiers.cs
- EncoderFallback.cs
- WebPartsSection.cs
- PropertyTab.cs
- EntityType.cs
- TaskExceptionHolder.cs
- StorageComplexPropertyMapping.cs