Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / OverflowException.cs / 1 / OverflowException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: OverflowException ** ** ** Purpose: Exception class for Arthimatic Overflows. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable()] public class OverflowException : ArithmeticException { public OverflowException() : base(Environment.GetResourceString("Arg_OverflowException")) { SetErrorCode(__HResults.COR_E_OVERFLOW); } public OverflowException(String message) : base(message) { SetErrorCode(__HResults.COR_E_OVERFLOW); } public OverflowException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_OVERFLOW); } protected OverflowException(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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DockEditor.cs
- ServiceBehaviorElement.cs
- TreeNodeMouseHoverEvent.cs
- xml.cs
- AnnotationResourceChangedEventArgs.cs
- WindowsTreeView.cs
- DataColumnMappingCollection.cs
- EntityProviderServices.cs
- DecimalKeyFrameCollection.cs
- TableRowCollection.cs
- XamlClipboardData.cs
- AsyncStreamReader.cs
- BuildProvider.cs
- BlurEffect.cs
- ObjectConverter.cs
- UIHelper.cs
- precedingquery.cs
- IteratorDescriptor.cs
- FileDialog_Vista_Interop.cs
- RegexCapture.cs
- UserControlParser.cs
- PolicyException.cs
- DataGridViewLinkCell.cs
- XmlWrappingWriter.cs
- ResourceReferenceExpressionConverter.cs
- WorkflowItemsPresenter.cs
- MutexSecurity.cs
- GuidConverter.cs
- SoapMessage.cs
- XmlEventCache.cs
- DataControlButton.cs
- SourceFilter.cs
- Interop.cs
- PieceDirectory.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs
- Popup.cs
- SqlCachedBuffer.cs
- ProcessModelSection.cs
- MissingMethodException.cs
- UserControlParser.cs
- PlainXmlSerializer.cs
- WinFormsComponentEditor.cs
- SafeTimerHandle.cs
- BorderGapMaskConverter.cs
- DataGridViewCellStyleChangedEventArgs.cs
- ObjectFullSpanRewriter.cs
- x509utils.cs
- MDIControlStrip.cs
- AsyncResult.cs
- DataGridAutomationPeer.cs
- MethodAccessException.cs
- ColorTranslator.cs
- TextFindEngine.cs
- CodeNamespace.cs
- UnsafeNativeMethodsMilCoreApi.cs
- RequestChannelBinder.cs
- ValidatorAttribute.cs
- CultureMapper.cs
- OracleNumber.cs
- SessionStateModule.cs
- XpsPackagingPolicy.cs
- EditorZone.cs
- Column.cs
- WebPartTransformerCollection.cs
- CellConstant.cs
- DesignerActionUIService.cs
- PointCollection.cs
- ToolboxItemImageConverter.cs
- ManipulationStartedEventArgs.cs
- SoapAttributeOverrides.cs
- FirstMatchCodeGroup.cs
- HwndKeyboardInputProvider.cs
- RecognizedPhrase.cs
- CultureTableRecord.cs
- Binding.cs
- ReliableMessagingVersionConverter.cs
- DataServiceRequestException.cs
- DesignTimeDataBinding.cs
- RelationshipType.cs
- DetailsViewUpdatedEventArgs.cs
- DefaultTextStore.cs
- ParameterExpression.cs
- AggregateNode.cs
- SafePEFileHandle.cs
- CompressStream.cs
- Cursor.cs
- X509CertificateValidationMode.cs
- DropShadowEffect.cs
- AvTrace.cs
- ShutDownListener.cs
- XpsSerializationManager.cs
- VarRemapper.cs
- GroupItemAutomationPeer.cs
- RegexInterpreter.cs
- OletxDependentTransaction.cs
- KeyPullup.cs
- CustomSignedXml.cs
- DirectionalLight.cs
- AlignmentYValidation.cs
- EncodingNLS.cs