Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / clr / src / BCL / System / ExecutionEngineException.cs / 1 / ExecutionEngineException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: ExecutionEngineException ** ** ** Purpose: The exception class for misc execution engine exceptions. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable()] public sealed class ExecutionEngineException : SystemException { public ExecutionEngineException() : base(Environment.GetResourceString("Arg_ExecutionEngineException")) { SetErrorCode(__HResults.COR_E_EXECUTIONENGINE); } public ExecutionEngineException(String message) : base(message) { SetErrorCode(__HResults.COR_E_EXECUTIONENGINE); } public ExecutionEngineException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_EXECUTIONENGINE); } internal ExecutionEngineException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: ExecutionEngineException ** ** ** Purpose: The exception class for misc execution engine exceptions. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable()] public sealed class ExecutionEngineException : SystemException { public ExecutionEngineException() : base(Environment.GetResourceString("Arg_ExecutionEngineException")) { SetErrorCode(__HResults.COR_E_EXECUTIONENGINE); } public ExecutionEngineException(String message) : base(message) { SetErrorCode(__HResults.COR_E_EXECUTIONENGINE); } public ExecutionEngineException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_EXECUTIONENGINE); } internal ExecutionEngineException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // 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
- WindowsTab.cs
- HttpResponseHeader.cs
- WindowsToolbarAsMenu.cs
- InvokeAction.cs
- StringResourceManager.cs
- VisualCollection.cs
- WsdlServiceChannelBuilder.cs
- SpanIndex.cs
- DefaultPropertyAttribute.cs
- BufferModeSettings.cs
- DataGridViewCellStyleChangedEventArgs.cs
- SmiEventSink.cs
- ArrangedElementCollection.cs
- TraceHwndHost.cs
- ClientRoleProvider.cs
- XmlSchemaAppInfo.cs
- HTTPNotFoundHandler.cs
- XmlQueryRuntime.cs
- SettingsPropertyCollection.cs
- NaturalLanguageHyphenator.cs
- FileAuthorizationModule.cs
- CapabilitiesState.cs
- WorkflowOperationInvoker.cs
- XmlElement.cs
- MessageSecurityOverMsmqElement.cs
- CompatibleComparer.cs
- XmlEnumAttribute.cs
- DispatchWrapper.cs
- ZipIOExtraField.cs
- WindowsListBox.cs
- HtmlTable.cs
- CodeObject.cs
- RotateTransform3D.cs
- XmlILCommand.cs
- AggregateNode.cs
- RSAPKCS1KeyExchangeFormatter.cs
- ListView.cs
- HotSpotCollection.cs
- TagMapInfo.cs
- FactoryGenerator.cs
- NativeActivityAbortContext.cs
- CustomErrorsSection.cs
- StaticExtensionConverter.cs
- SpecialNameAttribute.cs
- ExtenderProvidedPropertyAttribute.cs
- BlurEffect.cs
- ErrorHandler.cs
- XmlSignatureManifest.cs
- Zone.cs
- MessageQueueException.cs
- nulltextcontainer.cs
- StylusCollection.cs
- CacheModeConverter.cs
- WmlLinkAdapter.cs
- InvokeWebServiceDesigner.cs
- CodeArrayCreateExpression.cs
- grammarelement.cs
- VolatileEnlistmentState.cs
- TabControl.cs
- MappingSource.cs
- EpmSourcePathSegment.cs
- TimeStampChecker.cs
- SiteMapNode.cs
- StringComparer.cs
- DataGridLinkButton.cs
- SymbolUsageManager.cs
- ResourceExpressionEditorSheet.cs
- PenContext.cs
- Descriptor.cs
- List.cs
- SqlUtil.cs
- SqlConnectionStringBuilder.cs
- AmbientProperties.cs
- ResourceKey.cs
- TimeStampChecker.cs
- CrossSiteScriptingValidation.cs
- FormsAuthenticationUserCollection.cs
- BaseServiceProvider.cs
- XslNumber.cs
- SystemIPv4InterfaceProperties.cs
- ExpressionBinding.cs
- InkSerializer.cs
- AppDomainFactory.cs
- DataGridViewElement.cs
- XmlSerializerVersionAttribute.cs
- ScrollBar.cs
- Quad.cs
- ListBindingHelper.cs
- ThreadSafeList.cs
- OutputScope.cs
- LogManagementAsyncResult.cs
- _PooledStream.cs
- ZipIOExtraFieldElement.cs
- SymbolUsageManager.cs
- PropertyDescriptor.cs
- BindingContext.cs
- SHA256.cs
- DoubleCollectionConverter.cs
- Version.cs
- XmlSchemaObjectTable.cs