Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CompMod / System / CodeDOM / CodeThrowExceptionStatement.cs / 1 / CodeThrowExceptionStatement.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.CodeDom {
using System.Diagnostics;
using System;
using Microsoft.Win32;
using System.Collections;
using System.Runtime.InteropServices;
///
///
/// Represents
/// a statement that throws an exception.
///
///
[
ClassInterface(ClassInterfaceType.AutoDispatch),
ComVisible(true),
Serializable,
]
public class CodeThrowExceptionStatement : CodeStatement {
private CodeExpression toThrow;
///
///
/// Initializes a new instance of .
///
///
public CodeThrowExceptionStatement() {
}
///
///
/// Initializes a new instance of using the specified statement.
///
///
public CodeThrowExceptionStatement(CodeExpression toThrow) {
ToThrow = toThrow;
}
///
///
/// Gets or sets
/// the expression to throw.
///
///
public CodeExpression ToThrow {
get {
return toThrow;
}
set {
toThrow = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.CodeDom {
using System.Diagnostics;
using System;
using Microsoft.Win32;
using System.Collections;
using System.Runtime.InteropServices;
///
///
/// Represents
/// a statement that throws an exception.
///
///
[
ClassInterface(ClassInterfaceType.AutoDispatch),
ComVisible(true),
Serializable,
]
public class CodeThrowExceptionStatement : CodeStatement {
private CodeExpression toThrow;
///
///
/// Initializes a new instance of .
///
///
public CodeThrowExceptionStatement() {
}
///
///
/// Initializes a new instance of using the specified statement.
///
///
public CodeThrowExceptionStatement(CodeExpression toThrow) {
ToThrow = toThrow;
}
///
///
/// Gets or sets
/// the expression to throw.
///
///
public CodeExpression ToThrow {
get {
return toThrow;
}
set {
toThrow = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MSAANativeProvider.cs
- DynamicPropertyHolder.cs
- CurrencyManager.cs
- OdbcErrorCollection.cs
- PiiTraceSource.cs
- XmlILAnnotation.cs
- InputReferenceExpression.cs
- HtmlTernaryTree.cs
- XmlBinaryReader.cs
- MultiByteCodec.cs
- ServiceHttpHandlerFactory.cs
- ExpandSegmentCollection.cs
- DataTemplate.cs
- FormsAuthenticationCredentials.cs
- TogglePattern.cs
- TransactionManager.cs
- WebEncodingValidatorAttribute.cs
- CompilationRelaxations.cs
- SystemInformation.cs
- EarlyBoundInfo.cs
- X509CertificateCollection.cs
- CodeExporter.cs
- ActivationArguments.cs
- QueueSurrogate.cs
- TextEditorDragDrop.cs
- M3DUtil.cs
- SerializationSectionGroup.cs
- SHA384.cs
- ConstantExpression.cs
- StringFreezingAttribute.cs
- ScrollViewerAutomationPeer.cs
- ValueHandle.cs
- TemplateLookupAction.cs
- TogglePatternIdentifiers.cs
- EntityViewGenerator.cs
- EntityProviderFactory.cs
- SettingsSection.cs
- LostFocusEventManager.cs
- ServiceDescriptionSerializer.cs
- ChildrenQuery.cs
- StringPropertyBuilder.cs
- SessionStateUtil.cs
- TableCell.cs
- SourceFilter.cs
- IpcChannelHelper.cs
- XmlSchemaComplexContent.cs
- Region.cs
- NavigationProgressEventArgs.cs
- EntityContainerEntitySetDefiningQuery.cs
- StyleCollection.cs
- NameValueCollection.cs
- ShutDownListener.cs
- CheckBoxFlatAdapter.cs
- MetadataItemEmitter.cs
- TraceHandler.cs
- SqlConnectionPoolProviderInfo.cs
- DataServiceException.cs
- Setter.cs
- TransactionManager.cs
- NeutralResourcesLanguageAttribute.cs
- ImmutableCollection.cs
- WaitHandle.cs
- ToolStripRenderEventArgs.cs
- XmlSchemaDatatype.cs
- WorkflowServiceNamespace.cs
- DataContractJsonSerializerOperationFormatter.cs
- TextEditorTyping.cs
- BaseParser.cs
- QueryResults.cs
- SimpleBitVector32.cs
- CodeTypeReferenceCollection.cs
- WebServiceTypeData.cs
- DataGridItem.cs
- MouseOverProperty.cs
- BrowserCapabilitiesCompiler.cs
- CellQuery.cs
- StretchValidation.cs
- FontStretch.cs
- ByteRangeDownloader.cs
- PtsHost.cs
- StringBuilder.cs
- UniqueIdentifierService.cs
- Helper.cs
- MemberExpressionHelper.cs
- SimpleLine.cs
- ConsumerConnectionPointCollection.cs
- AsyncOperationLifetimeManager.cs
- SapiGrammar.cs
- ImageCodecInfo.cs
- PrivilegedConfigurationManager.cs
- SupportsEventValidationAttribute.cs
- SID.cs
- ListViewItem.cs
- TreeBuilder.cs
- SchemaElementDecl.cs
- ValidationError.cs
- XmlSchemaSequence.cs
- MarginsConverter.cs
- ProjectionCamera.cs
- Thread.cs